sh2 drc, fixes for mips, ppc, i386 backends (mostly 64 bit related)

This commit is contained in:
kub 2022-01-19 17:09:55 +00:00
parent b6887843e5
commit 05138bbd89
8 changed files with 31 additions and 25 deletions

View file

@ -1225,7 +1225,7 @@ static void emith_ldst_offs(int sz, int rd, int rn, int o9, int ld, int mode)
emith_lsl(func, func, 3); \
emith_read_r_r_r_ptr(func, tab, func); \
emith_move_r_r_ptr(2, CONTEXT_REG); /* arg2 */ \
emith_jump_reg(func); \
emith_abijump_reg(func); \
} while (0)
#define emith_sh2_delay_loop(cycles, reg) do { \