mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc, fixes for mips, ppc, i386 backends (mostly 64 bit related)
This commit is contained in:
parent
b6887843e5
commit
05138bbd89
8 changed files with 31 additions and 25 deletions
|
@ -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 { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue