VirtualBox

Changeset 13818 in vbox for trunk/src/VBox/VMM/MM.cpp


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/MM.cpp

    r13816 r13818  
    301301        fPreAlloc = false;
    302302    else
    303         AssertMsgRCReturn(rc, ("Configuration error: Failed to query integer \"RamPreAlloc\", rc=%Vrc.\n", rc), rc);
     303        AssertMsgRCReturn(rc, ("Configuration error: Failed to query integer \"RamPreAlloc\", rc=%Rrc.\n", rc), rc);
    304304
    305305    /** @cfgm{RamSize, uint64_t, 0, 0, UINT64_MAX}
     
    312312        cbRam = 0;
    313313    else
    314         AssertMsgRCReturn(rc, ("Configuration error: Failed to query integer \"RamSize\", rc=%Vrc.\n", rc), rc);
     314        AssertMsgRCReturn(rc, ("Configuration error: Failed to query integer \"RamSize\", rc=%Rrc.\n", rc), rc);
    315315
    316316    cbRam &= X86_PTE_PAE_PG_MASK;
     
    336336        enmPolicy = GMMOCPOLICY_NO_OC;
    337337    else
    338         AssertMsgRCReturn(rc, ("Configuration error: Failed to query string \"MM/Policy\", rc=%Vrc.\n", rc), rc);
     338        AssertMsgRCReturn(rc, ("Configuration error: Failed to query string \"MM/Policy\", rc=%Rrc.\n", rc), rc);
    339339
    340340    /** @cfgm{MM/Priority, string, normal}
     
    359359        enmPriority = GMMPRIORITY_NORMAL;
    360360    else
    361         AssertMsgRCReturn(rc, ("Configuration error: Failed to query string \"MM/Priority\", rc=%Vrc.\n", rc), rc);
     361        AssertMsgRCReturn(rc, ("Configuration error: Failed to query string \"MM/Priority\", rc=%Rrc.\n", rc), rc);
    362362
    363363    /*
     
    411411#endif
    412412
    413     LogFlow(("MMR3InitPaging: returns %Vrc\n", rc));
     413    LogFlow(("MMR3InitPaging: returns %Rrc\n", rc));
    414414    return rc;
    415415}
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