Changeset 278 in vbox
- Timestamp:
- Jan 24, 2007 2:44:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r273 r278 1017 1017 return emR3RawExecuteInstruction(pVM, "PATCHIR"); 1018 1018 } 1019 #if 0 /** @note no noticable change; revisit later when we can emulate iret ourselves. */ 1019 1020 else 1020 1021 if (gcret == VINF_PATM_PENDING_IRQ_AFTER_IRET) … … 1023 1024 return emR3RawExecuteInstruction(pVM, "PATCHIRET"); 1024 1025 } 1026 #endif 1025 1027 return VINF_EM_RESCHEDULE_REM; 1026 1028
Note:
See TracChangeset
for help on using the changeset viewer.