Changeset 2370 in vbox
- Timestamp:
- Apr 26, 2007 8:58:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r2369 r2370 61 61 { 62 62 for (unsigned iCpu = 0; iCpu < RT_ELEMENTS(g_pSUPGlobalInfoPage->aCPUs); i++) 63 if ( g_pSUPGlobalInfoPage->aCPUs[i ].u64CpuHz > 064 && g_pSUPGlobalInfoPage->aCPUs[i ].u64CpuHz != _4G)63 if ( g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz > 0 64 && g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz != _4G) 65 65 RTPrintf("tstGIP-2: %2d/%d: %016llx %016llx %08x %d %08x %15llu %08x %08x %08x %08x %08x %08x %08x %08x (%d)\n", 66 66 i, iCpu,
Note:
See TracChangeset
for help on using the changeset viewer.