mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
JIT: properly remove FIFO write addresses when code is invalidated
Fixes a bug caused by interaction with carry optimizations; might fix other issues too.
This commit is contained in:
@ -36,7 +36,8 @@ namespace JitInterface
|
||||
|
||||
void ClearSafe();
|
||||
|
||||
void InvalidateICache(u32 address, u32 size);
|
||||
// If "forced" is true, a recompile is being requested on code that hasn't been modified.
|
||||
void InvalidateICache(u32 address, u32 size, bool forced);
|
||||
|
||||
void CompileExceptionCheck(int type);
|
||||
|
||||
|
Reference in New Issue
Block a user