VirtualBox

Changeset 8833 in vbox


Ignore:
Timestamp:
May 15, 2008 9:07:02 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30844
Message:

Extra assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r8792 r8833  
    759759unsigned VBOXCALL supdrvOSGetCPUCount(void)
    760760{
     761    /* KeQueryActiveProcessors must be executed at IRQL < DISPATCH_LEVEL */
     762    Assert(KeGetCurrentIrql() < DISPATCH_LEVEL);
    761763    KAFFINITY Mask = KeQueryActiveProcessors();
    762764    unsigned cCpus = 0;
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