mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
PowerPC: Call InvalidateICacheLine() in InstructionCache::Invalidate() for clarity.
This commit is contained in:
parent
4afbd87188
commit
57037a69f9
@ -128,7 +128,7 @@ void InstructionCache::Invalidate(u32 addr)
|
||||
}
|
||||
}
|
||||
valid[set] = 0;
|
||||
JitInterface::InvalidateICache(addr & ~0x1f, 32, false);
|
||||
JitInterface::InvalidateICacheLine(addr);
|
||||
}
|
||||
|
||||
u32 InstructionCache::ReadInstruction(u32 addr)
|
||||
|
Loading…
Reference in New Issue
Block a user