Changeset 2882 in vbox for trunk/src/VBox
- Timestamp:
- May 25, 2007 4:14:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r2881 r2882 1322 1322 */ 1323 1323 if (rc == VINF_EM_RESCHEDULE_REM) 1324 break; /* emulate this instruction only */ 1324 { 1325 /* emulate this instruction only */ 1326 goto emulate_instr; 1327 } 1325 1328 1326 1329 if ( rc == VINF_SUCCESS … … 1346 1349 AssertMsg(rc == VINF_EM_RESCHEDULE_REM, ("rc=%Vrc\n", rc)); 1347 1350 } 1348 1351 emulate_instr: 1349 1352 STAM_PROFILE_STOP(&pVM->em.s.StatIOEmu, a); 1350 1353 return emR3RawExecuteInstruction(pVM, "IO: ");
Note:
See TracChangeset
for help on using the changeset viewer.