mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +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;
|
valid[set] = 0;
|
||||||
JitInterface::InvalidateICache(addr & ~0x1f, 32, false);
|
JitInterface::InvalidateICacheLine(addr);
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 InstructionCache::ReadInstruction(u32 addr)
|
u32 InstructionCache::ReadInstruction(u32 addr)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue