Changeset 421 in vbox
- Timestamp:
- Jan 29, 2007 6:40:07 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
-
VMM.cpp (modified) (1 diff)
-
VMMGC/VMMGC.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r419 r421 2807 2807 Log(("VMM: iteration %d, esi=%08x edi=%08x ebx=%08x\n", 2808 2808 i, CPUMGetHyperESI(pVM), CPUMGetHyperEDI(pVM), CPUMGetHyperEBX(pVM))); 2809 } while (rc == VINF_EM_RAW_INTERRUPT_HYPER && i < 1000000 /*hack!*/);2809 } while (rc == VINF_EM_RAW_INTERRUPT_HYPER); 2810 2810 uint64_t TickEnd = ASMReadTSC(); 2811 2811 uint64_t tsEnd = RTTimeNanoTS(); -
trunk/src/VBox/VMM/VMMGC/VMMGC.cpp
r23 r421 78 78 case VMMGC_DO_TESTCASE_HYPER_INTERRUPT: 79 79 { 80 uint32_t volatile i = 0; 80 81 ASMIntEnable(); 81 int i = 0; 82 while (i + 1 > i) 82 while (i < _2G32) 83 83 i++; 84 84 ASMIntDisable();
Note:
See TracChangeset
for help on using the changeset viewer.

