Changeset 56740 in vbox for trunk/src/VBox
- Timestamp:
- Jul 1, 2015 9:30:12 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101386
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstSupTscDelta.cpp
r56315 r56740 130 130 RTPrintf("\ntstSupTscDelta:"); 131 131 if (pGip->aCPUs[iCpu].enmState != SUPGIPCPUSTATE_ONLINE) 132 RTPrintf(" %02x: offline ", iCpu , iTscDelta);132 RTPrintf(" %02x: offline ", iCpu); 133 133 else if (iTscDelta != INT64_MAX) 134 134 RTPrintf(" %02x: %-12lld", iCpu, iTscDelta);
Note:
See TracChangeset
for help on using the changeset viewer.