mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
PowerPC: Call InvalidateICacheLine() in InstructionCache::Invalidate() for clarity.
This commit is contained in:
parent
4afbd87188
commit
57037a69f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue