VirtualBox

Changeset 8840

Show
Ignore:
Timestamp:
05/15/08 12:08:40 (2 months ago)
Author:
vboxsync
Message:

Disabled assertion

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy