Changeset 37693 in vbox
- Timestamp:
- Jun 29, 2011 4:41:39 PM (14 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r35346 r37693 2004 2004 if (g_pvREM2) 2005 2005 { 2006 RTPathChangeToUnixSlashes(szPath, true); 2006 2007 # ifdef DEBUG /* How to load the VBoxREM2.rel symbols into the GNU debugger. */ 2007 2008 RTPrintf("VBoxREMWrapper: (gdb) add-symbol-file %s 0x%p\n", szPath, g_pvREM2); -
trunk/src/recompiler/cpu-all.h
r37689 r37693 1052 1052 * to fall outside the dirty map. */ 1053 1053 RTGCPHYS phys_dirty_size; 1054 #if 01054 #if 1 1055 1055 # define VBOX_RAMLIST_DIRTY_BOUNDS_CHECK_RET(addr,rv) \ 1056 1056 do { \ -
trunk/src/recompiler/tcg/tcg.c
r37689 r37693 1092 1092 fprintf(stderr, "Invalid constraint '%s' for arg %d of operation '%s'\n", 1093 1093 ct_str, i, def->name); 1094 #ifndef VBOX 1094 1095 exit(1); 1096 #else 1097 tcg_exit(1); 1098 #endif 1095 1099 } 1096 1100 }
Note:
See TracChangeset
for help on using the changeset viewer.