VirtualBox

Changeset 8840 in vbox for trunk/src/VBox/Runtime/r0drv/nt


Ignore:
Timestamp:
May 15, 2008 10:08:40 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30852
Message:

Disabled assertion

File:
1 edited

Legend:

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

    r8245 r8840  
    165165    KDPC     *paExecCpuDpcs;
    166166
    167 #ifdef DEBUG_sandervl
    168     /* KeFlushQueuedDpcs must be run at IRQL PASSIVE_LEVEL */
     167#if 0
     168    /* KeFlushQueuedDpcs must be run at IRQL PASSIVE_LEVEL according to MSDN, but the
     169     * driver verifier doesn't complain...
     170     */
    169171    AssertMsg(KeGetCurrentIrql() == PASSIVE_LEVEL, ("%d != %d (PASSIVE_LEVEL)\n", KeGetCurrentIrql(), PASSIVE_LEVEL));
    170172#endif
Note: See TracChangeset for help on using the changeset viewer.

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