- Timestamp:
- Jun 29, 2011 7:10:23 AM (13 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r37675 r37676 419 419 loglevel = ~0; 420 420 #endif 421 //loglevel = CPU_LOG_EXEC | CPU_LOG_INT | CPU_LOG_PCALL | CPU_LOG_TB_CPU; /// DONT COMMIT ME422 421 423 422 /* -
trunk/src/recompiler/tcg/tcg.c
r37675 r37676 78 78 # undef USE_LIVENESS_ANALYSIS 79 79 # endif 80 ///* With 0.12.5 the liveness analysis does not work well even when targeting81 // 32-bit guest cpus. Just disable it wholesale to be on the safe side. */82 //#undef USE_LIVENESS_ANALYSIS83 80 #endif /* VBOX */ 84 81 … … 1989 1986 case INDEX_op_debug_insn_start: 1990 1987 /* debug instruction */ 1991 //#ifdef VBOX /* HACK ALERT: GROSS HACK to work around registister allocation bugs in v0.12.5 */1992 // save_globals(s, s->reserved_regs);1993 //#endif1994 1988 break; 1995 1989 case INDEX_op_nop:
Note:
See TracChangeset
for help on using the changeset viewer.