Changeset 42601 in vbox for trunk/src/recompiler/gen-icount.h
- Timestamp:
- Aug 5, 2012 4:26:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/gen-icount.h
r37689 r42601 30 30 *icount_arg = num_insns; 31 31 gen_set_label(icount_label); 32 tcg_gen_exit_tb(( long)tb + 2);32 tcg_gen_exit_tb((uintptr_t)(tb + 2)); 33 33 } 34 34 }
Note:
See TracChangeset
for help on using the changeset viewer.