VirtualBox

Changeset 19911 in vbox


Ignore:
Timestamp:
May 22, 2009 12:46:46 PM (15 years ago)
Author:
vboxsync
Message:

Don't assert. KeInsertQueueDPC returns FALSE if it's already in the queue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp

    r19830 r19911  
    369369     * Todo: verify!
    370370     */
    371     BOOLEAN ret = KeInsertQueueDpc(&aPokeDpcs[idCpu], 0, 0);
    372     Assert(ret);
     371    KeInsertQueueDpc(&aPokeDpcs[idCpu], 0, 0);
    373372
    374373    KeLowerIrql(oldIrql);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette