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
|
@ -1288,7 +1288,7 @@ static inline void emith_pool_adjust(int tcache_offs, int move_offs)
|
|||
emith_lsr(func, a, SH2_WRITE_SHIFT); \
|
||||
EOP_LDR_REG_LSL(A_COND_AL,func,tab,func,2); \
|
||||
emith_move_r_r(2, CONTEXT_REG); /* arg2 */ \
|
||||
emith_jump_reg(func); \
|
||||
emith_abijump_reg(func); \
|
||||
} while (0)
|
||||
|
||||
#define emith_sh2_dtbf_loop() do { \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue