Changeset 3171 in vbox
- Timestamp:
- Jun 20, 2007 9:13:12 AM (18 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r3169 r3171 1304 1304 break; 1305 1305 } 1306 /* Force instruction emulation and not a reschedule to the recompiler as that will come right back to us */ 1307 if (rc == VINF_EM_RESCHEDULE_REM) 1308 rc = VINF_IOM_HC_IOPORT_READWRITE; 1309 1306 1310 #ifdef VBOX_STRICT 1307 1311 if (rc == VINF_IOM_HC_IOPORT_READ) -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r3169 r3171 1742 1742 break; 1743 1743 } 1744 /* Force instruction emulation and not a reschedule to the recompiler as that will come right back to us */ 1745 if (rc == VINF_EM_RESCHEDULE_REM) 1746 rc = VINF_IOM_HC_IOPORT_READWRITE; 1747 1744 1748 #ifdef VBOX_STRICT 1745 1749 if (rc == VINF_IOM_HC_IOPORT_READ)
Note:
See TracChangeset
for help on using the changeset viewer.