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
|
@ -1400,7 +1400,7 @@ static int emith_cond_check(int cond, int *r, int *s)
|
|||
// emitter ABI stuff
|
||||
#define emith_insn_ptr() ((u8 *)tcache_ptr)
|
||||
#define emith_flush() /**/
|
||||
#define host_instructions_updated(base, end) __builtin___clear_cache(base, end)
|
||||
#define host_instructions_updated(base, end, force) __builtin___clear_cache(base, end)
|
||||
#define emith_update_cache() /**/
|
||||
#define emith_rw_offs_max() 0x7ff
|
||||
#define emith_uext_ptr(r) /**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue