mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2 drc, fix for cpu cache handling
This commit is contained in:
parent
07a08efcfc
commit
4153006fb8
7 changed files with 16 additions and 17 deletions
|
@ -1246,8 +1246,8 @@ static inline void emith_pool_adjust(int tcache_offs, int move_offs)
|
|||
EOP_LDMFD_SP(M2(r_,PC)); \
|
||||
} while (0)
|
||||
|
||||
#define host_instructions_updated(base, end) \
|
||||
emith_update_add(base, end)
|
||||
#define host_instructions_updated(base, end, force) \
|
||||
do { if (force) __builtin___clear_cache(base, end); } while (0)
|
||||
|
||||
#define host_arg2reg(rd, arg) \
|
||||
rd = arg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue