Changeset 2371 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Apr 26, 2007 8:58:57 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp
r2370 r2371 60 60 for (int i = 0; i < 80; i++) 61 61 { 62 for (unsigned iCpu = 0; iCpu < RT_ELEMENTS(g_pSUPGlobalInfoPage->aCPUs); i ++)62 for (unsigned iCpu = 0; iCpu < RT_ELEMENTS(g_pSUPGlobalInfoPage->aCPUs); iCpu++) 63 63 if ( g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz > 0 64 64 && g_pSUPGlobalInfoPage->aCPUs[iCpu].u64CpuHz != _4G)
Note:
See TracChangeset
for help on using the changeset viewer.