Changeset 49148 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 16, 2013 10:18:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMTests.cpp
r49147 r49148 718 718 else 719 719 { 720 RTStrmPrintf(pOutStrm, "%#010llx = %# x`%08x\n", paResults[i].uMsr,720 RTStrmPrintf(pOutStrm, "%#010llx = %#010x`%08x\n", paResults[i].uMsr, 721 721 (uint32_t)(paResults[i].uValue >> 32), (uint32_t)paResults[i].uValue); 722 722 RTPrintf("%#010llx = %#010x`%08x\n", paResults[i].uMsr,
Note:
See TracChangeset
for help on using the changeset viewer.