Changeset 42601 in vbox for trunk/src/recompiler/target-i386/translate.c
- Timestamp:
- Aug 5, 2012 4:26:25 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/translate.c
r40360 r42601 2480 2480 tcg_gen_goto_tb(tb_num); 2481 2481 gen_jmp_im(eip); 2482 tcg_gen_exit_tb(( long)tb + tb_num);2482 tcg_gen_exit_tb((intptr_t)tb + tb_num); 2483 2483 } else { 2484 2484 /* jump to another page: currently not optimized */ … … 8364 8364 8365 8365 void gen_pc_load(CPUState *env, TranslationBlock *tb, 8366 unsigned longsearched_pc, int pc_pos, void *puc)8366 uintptr_t searched_pc, int pc_pos, void *puc) 8367 8367 { 8368 8368 int cc_op;
Note:
See TracChangeset
for help on using the changeset viewer.