Changeset 13818 in vbox for trunk/src/VBox/VMM/VMMSwitcher.cpp
- Timestamp:
- Nov 4, 2008 10:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher.cpp
r13816 r13818 150 150 paBadTries[i].cb = pVM->vmm.s.cbCoreCode; 151 151 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)); 153 153 } 154 154 while (i-- > 0) … … 196 196 197 197 /* 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)); 199 199 SUPContFree(pVM->vmm.s.pvCoreCodeR3, pVM->vmm.s.cbCoreCode >> PAGE_SHIFT); 200 200 }
Note:
See TracChangeset
for help on using the changeset viewer.