mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-31 02:59:33 +02:00
Add an invalidate all method to the jit.
This commit is contained in:
committed by
greenbagels
parent
d7f77dee72
commit
da212fb33e
@@ -413,9 +413,9 @@ void CBreakPoints::Update(u32 addr)
|
||||
|
||||
// In case this is a delay slot, clear the previous instruction too.
|
||||
if (addr != 0)
|
||||
MIPSComp::jit->ClearCacheAt(addr - 4, 8);
|
||||
MIPSComp::jit->InvalidateCacheAt(addr - 4, 8);
|
||||
else
|
||||
MIPSComp::jit->ClearCache();
|
||||
MIPSComp::jit->InvalidateCache();
|
||||
|
||||
if (resume)
|
||||
Core_EnableStepping(false);
|
||||
|
||||
Reference in New Issue
Block a user