Changeset 1913 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 4, 2007 8:26:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r1909 r1913 1068 1068 return emR3RawExecuteInstruction(pVM, "PATCHIR"); 1069 1069 } 1070 #if 0 /** @note no noticable change; revisit later when we can emulate iret ourselves. */1071 1070 else if (rcGC == VINF_PATM_PENDING_IRQ_AFTER_IRET) 1072 1071 { … … 1074 1073 return emR3RawExecuteInstruction(pVM, "PATCHIRET"); 1075 1074 } 1076 #endif1077 1075 return VINF_EM_RESCHEDULE_REM; 1078 1076
Note:
See TracChangeset
for help on using the changeset viewer.