Changeset 18073 in vbox
- Timestamp:
- Mar 18, 2009 5:05:00 PM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) (1 diff)
-
recompiler_new/VBoxRecompiler.c (modified) (1 diff)
-
recompiler_new/cpu-exec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r17795 r18073 1127 1127 VMMDECL(int) PGMPhysGCPtr2CCPtrReadOnly(PVM pVM, RTGCPTR GCPtr, void const **ppv, PPGMPAGEMAPLOCK pLock) 1128 1128 { 1129 VM_ASSERT_EMT(pVM); 1129 /* Debugger uses this API too */ 1130 //VM_ASSERT_EMT(pVM); 1130 1131 RTGCPHYS GCPhys; 1131 1132 int rc = PGMPhysGCPtr2GCPhys(pVM, GCPtr, &GCPhys); -
trunk/src/recompiler_new/VBoxRecompiler.c
r17538 r18073 740 740 rc = pVM->rem.s.rc; 741 741 pVM->rem.s.rc = VERR_INTERNAL_ERROR; 742 break; 743 case EXCP_EXECUTE_RAW: 744 case EXCP_EXECUTE_HWACC: 745 /** @todo: is it correct? */ 746 rc = VINF_SUCCESS; 742 747 break; 743 748 default: -
trunk/src/recompiler_new/cpu-exec.c
r16455 r18073 262 262 #define DECLARE_HOST_REGS 1 263 263 #include "hostregs_helper.h" 264 int ret , interrupt_request;264 int ret = 0, interrupt_request; 265 265 TranslationBlock *tb; 266 266 uint8_t *tc_ptr;
Note:
See TracChangeset
for help on using the changeset viewer.

