Changeset 17536 in vbox
- Timestamp:
- Mar 8, 2009 3:39:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHyper.cpp
r15538 r17536 656 656 if (pVM->mm.s.offHyperNextStatic + cbAligned >= pVM->mm.s.cbHyperArea) /* don't use the last page, it's a fence. */ 657 657 { 658 AssertMsgFailed(("Out of static mapping space in the HMA! offHyperAreaGC=%x cbAligned=%x \n",659 pVM->mm.s.offHyperNextStatic, cbAligned ));658 AssertMsgFailed(("Out of static mapping space in the HMA! offHyperAreaGC=%x cbAligned=%x cbHyperArea=%x\n", 659 pVM->mm.s.offHyperNextStatic, cbAligned, pVM->mm.s.cbHyperArea)); 660 660 return VERR_NO_MEMORY; 661 661 }
Note:
See TracChangeset
for help on using the changeset viewer.