VirtualBox

Changeset 39755 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 11, 2012 5:04:59 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75647
Message:

PGMR3PoolGrow: Fixed fatal assertion. duh.

File:
1 edited

Legend:

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

    r39738 r39755  
    492492        }
    493493        pPage->Core.Key  = MMPage2Phys(pVM, pPage->pvPageR3);
    494         AssertFatal(pPage->Core.Key < _4G);
     494        AssertFatal(pPage->Core.Key < _4G || fCanUseHighMemory);
    495495        pPage->GCPhys    = NIL_RTGCPHYS;
    496496        pPage->enmKind   = PGMPOOLKIND_FREE;
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