- Timestamp:
- Apr 26, 2007 8:59:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r2371 r2372 62 62 for (unsigned iCpu = 0; iCpu < RT_ELEMENTS(g_pSUPGlobalInfoPage->aCPUs); iCpu++) 63 63 if ( g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz > 0 64 && g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz != _4G )64 && g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz != _4G + 1) 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.