Changeset 19255 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Apr 29, 2009 10:14:59 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46658
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r19252 r19255 124 124 for (i = cIterations; i > 0; i--) 125 125 { 126 rc = SUPCallVMMR0(pVMR0, 0,VMMR0_DO_SLOW_NOP, NULL);126 rc = SUPCallVMMR0(pVMR0, VMMR0_DO_SLOW_NOP, NULL); 127 127 if (rc != VINF_SUCCESS) 128 128 { … … 174 174 { 175 175 uint64_t OneStartTick = ASMReadTSC(); 176 rc = SUPCallVMMR0Ex(pVMR0, 0,VMMR0_DO_SLOW_NOP, 0, NULL);176 rc = SUPCallVMMR0Ex(pVMR0, VMMR0_DO_SLOW_NOP, 0, NULL); 177 177 uint64_t Ticks = ASMReadTSC() - OneStartTick; 178 178 if (Ticks < MinTicks)
Note:
See TracChangeset
for help on using the changeset viewer.