mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 13:38:51 +01: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
|
|
@ -1466,7 +1466,7 @@ static int emith_cond_check(int cond, int *r, int *s)
|
|||
emith_lsl(func, func, PTR_SCALE); \
|
||||
emith_read_r_r_r_ptr(func, tab, func); \
|
||||
emith_move_r_r_ptr(12, 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