VirtualBox

Changeset 31109 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jul 26, 2010 11:39:31 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64062
Message:

VMMDevTesting.cpp: print values in a fashion that's easier to read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp

    r30772 r31109  
    226226                        {
    227227#ifdef IN_RING3
    228                             RTPrintf("testing: VALUE '%.*s' = %#llx (%llu) [%u]\n",
     228                            RTPrintf("testing: VALUE '%.*s'%*s: %'9llu (%#llx) [%u]\n",
    229229                                     sizeof(pThis->TestingData.Value.szName) - 1, pThis->TestingData.Value.szName,
     230                                     off - 12 > 48 ? 0 : 48 - (off - 12), "",
    230231                                     pThis->TestingData.Value.u64Value.u, pThis->TestingData.Value.u64Value.u,
    231232                                     pThis->TestingData.Value.u32Unit);
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