VirtualBox

Changeset 2236 in vbox


Ignore:
Timestamp:
Apr 19, 2007 3:33:39 PM (18 years ago)
Author:
vboxsync
Message:

Incorrect assertion. (guest ram can have unallocated gaps)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r2235 r2236  
    26822682        while (iPage-- > 0)
    26832683        {
    2684             AssertMsg(pRam->aHCPhys[iPage] & X86_PTE_PAE_PG_MASK, ("GCPhysHint=%VGp\n", GCPhysHint));
    26852684            if ((pRam->aHCPhys[iPage] & X86_PTE_PAE_PG_MASK) == HCPhys)
    26862685            {
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