VirtualBox

Changeset 49148 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 16, 2013 10:18:47 PM (11 years ago)
Author:
vboxsync
Message:

duh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VMMTests.cpp

    r49147 r49148  
    718718                            else
    719719                            {
    720                                 RTStrmPrintf(pOutStrm, "%#010llx = %#x`%08x\n", paResults[i].uMsr,
     720                                RTStrmPrintf(pOutStrm, "%#010llx = %#010x`%08x\n", paResults[i].uMsr,
    721721                                             (uint32_t)(paResults[i].uValue >> 32), (uint32_t)paResults[i].uValue);
    722722                                RTPrintf("%#010llx = %#010x`%08x\n", paResults[i].uMsr,
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