VirtualBox

Changeset 17536 in vbox


Ignore:
Timestamp:
Mar 8, 2009 3:39:42 AM (16 years ago)
Author:
vboxsync
Message:

mmR3HyperMap: better assertion message.

File:
1 edited

Legend:

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

    r15538 r17536  
    656656    if (pVM->mm.s.offHyperNextStatic + cbAligned >= pVM->mm.s.cbHyperArea) /* don't use the last page, it's a fence. */
    657657    {
    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));
    660660        return VERR_NO_MEMORY;
    661661    }
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