mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc, adjust max ld/st offset in arm backend
This commit is contained in:
parent
a1ca8377c9
commit
aa8a3b65f1
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,7 @@ static inline void emith_pool_adjust(int tcache_offs, int move_offs)
|
|||
#define host_arg2reg(rd, arg) \
|
||||
rd = arg
|
||||
|
||||
#define emith_rw_offs_max() 0xff
|
||||
#define emith_rw_offs_max() 0x1ff // minimum of offset in AM2 and AM3
|
||||
|
||||
/* SH2 drc specific */
|
||||
/* pushes r12 for eabi alignment */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue