mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fixes for gcc warnings wrt 64 bit platforms
This commit is contained in:
parent
30969671e5
commit
2170797544
4 changed files with 12 additions and 8 deletions
|
@ -1537,7 +1537,7 @@ static int emith_cond_check(int cond, int *r)
|
|||
#define emith_abijump_reg_c(cond, r) \
|
||||
emith_abijump_reg(r)
|
||||
#define emith_abicall(target) do { \
|
||||
emith_move_r_imm(CR, target); \
|
||||
emith_move_r_ptr_imm(CR, target); \
|
||||
emith_branch(MIPS_JALR(LR, CR)); \
|
||||
} while (0)
|
||||
#define emith_abicall_cond(cond, target) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue