VirtualBox

Changeset 19631 in vbox


Ignore:
Timestamp:
May 12, 2009 2:23:36 PM (16 years ago)
Author:
vboxsync
Message:

Added paranoid assertion about maximum VCPUs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPool.cpp

    r19333 r19631  
    129129{
    130130    AssertCompile(NIL_PGMPOOL_IDX == 0);
     131    /* pPage->cLocked is an unsigned byte. */
     132    AssertCompile(VMM_MAX_CPU_COUNT <= 255);
    131133
    132134    /*
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