VirtualBox

Ignore:
Timestamp:
Nov 4, 2008 10:59:47 PM (16 years ago)
Author:
vboxsync
Message:

VMM: %Vrc -> %Rrc, %Vra -> %Rra.

File:
1 edited

Legend:

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

    r13816 r13818  
    150150                paBadTries[i].cb     = pVM->vmm.s.cbCoreCode;
    151151                i++;
    152                 LogRel(("Failed to allocated and map core code: rc=%Vrc\n", rc));
     152                LogRel(("Failed to allocated and map core code: rc=%Rrc\n", rc));
    153153            }
    154154            while (i-- > 0)
     
    196196
    197197        /* shit */
    198         AssertMsgFailed(("PGMR3Map(,%VRv, %VGp, %#x, 0) failed with rc=%Vrc\n", pVM->vmm.s.pvCoreCodeRC, pVM->vmm.s.HCPhysCoreCode, cbCoreCode, rc));
     198        AssertMsgFailed(("PGMR3Map(,%VRv, %VGp, %#x, 0) failed with rc=%Rrc\n", pVM->vmm.s.pvCoreCodeRC, pVM->vmm.s.HCPhysCoreCode, cbCoreCode, rc));
    199199        SUPContFree(pVM->vmm.s.pvCoreCodeR3, pVM->vmm.s.cbCoreCode >> PAGE_SHIFT);
    200200    }
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