VirtualBox

Changeset 13841 in vbox for trunk/src/VBox/VMM/MMPhys.cpp


Ignore:
Timestamp:
Nov 5, 2008 3:38:52 AM (16 years ago)
Author:
vboxsync
Message:

The VBox format types - they are not retired, just sligtly deprecated (like VBOX_SUCCESS/FAILURE).

File:
1 edited

Legend:

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

    r13824 r13841  
    251251    if (!pCur)
    252252    {
    253         AssertMsgFailed(("No physical range was found matching the ROM location (%#VGp LB%#x)\n", GCPhys, cbRange));
     253        AssertMsgFailed(("No physical range was found matching the ROM location (%RGp LB%#x)\n", GCPhys, cbRange));
    254254        return VERR_INVALID_PARAMETER;
    255255    }
    256256    if (GCPhysLast - pCur->u.phys.GCPhys >= pCur->cb)
    257257    {
    258         AssertMsgFailed(("The ROM range (%#VGp LB%#x) was crossing the end of the physical range (%#VGp LB%#x)\n",
     258        AssertMsgFailed(("The ROM range (%RGp LB%#x) was crossing the end of the physical range (%RGp LB%#x)\n",
    259259                         GCPhys, cbRange, pCur->u.phys.GCPhys, pCur->cb));
    260260        return VERR_INVALID_PARAMETER;
     
    386386    if (GCPhysLast - pCur->u.phys.GCPhys >= pCur->cb)
    387387    {
    388         AssertMsgFailed(("The reserved range (%#VGp LB%#x) was crossing the end of the physical range (%#VGp LB%#x)\n",
     388        AssertMsgFailed(("The reserved range (%RGp LB%#x) was crossing the end of the physical range (%RGp LB%#x)\n",
    389389                         GCPhys, cbRange, pCur->u.phys.GCPhys, pCur->cb));
    390390        return VERR_INVALID_PARAMETER;
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