Changeset 31109 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Jul 26, 2010 11:39:31 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp
r30772 r31109 226 226 { 227 227 #ifdef IN_RING3 228 RTPrintf("testing: VALUE '%.*s' = %#llx (%llu) [%u]\n",228 RTPrintf("testing: VALUE '%.*s'%*s: %'9llu (%#llx) [%u]\n", 229 229 sizeof(pThis->TestingData.Value.szName) - 1, pThis->TestingData.Value.szName, 230 off - 12 > 48 ? 0 : 48 - (off - 12), "", 230 231 pThis->TestingData.Value.u64Value.u, pThis->TestingData.Value.u64Value.u, 231 232 pThis->TestingData.Value.u32Unit);
Note:
See TracChangeset
for help on using the changeset viewer.