mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
PowerPC: Call InvalidateICacheLine() in InstructionCache::Invalidate() for clarity.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user