Changeset 13881 in vbox
- Timestamp:
- Nov 5, 2008 5:01:56 PM (16 years ago)
- Location:
- trunk/src/recompiler_new
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/Sun/config.h
r13853 r13881 34 34 /* Uncomment to see emulated CPU state changes */ 35 35 /* #define VBOX_DUMP_STATE */ 36 -
trunk/src/recompiler_new/target-i386/translate.c
r13853 r13881 8187 8187 void optimize_flags_init(void) 8188 8188 { 8189 #ifndef VBOX8190 8189 #if TCG_TARGET_REG_BITS == 32 8191 8190 assert(sizeof(CCTable) == (1 << 3)); 8192 8191 #else 8193 8192 assert(sizeof(CCTable) == (1 << 4)); 8194 #endif8195 8193 #endif 8196 8194 cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env");
Note:
See TracChangeset
for help on using the changeset viewer.