mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
Merge pull request #2718 from phire/1way-icache
Interpreter: Fix bug with icache emulation.
This commit is contained in:
@ -71,8 +71,6 @@ namespace PowerPC
|
|||||||
{
|
{
|
||||||
memset(data, 0, sizeof(data));
|
memset(data, 0, sizeof(data));
|
||||||
memset(tags, 0, sizeof(tags));
|
memset(tags, 0, sizeof(tags));
|
||||||
memset(way_from_valid, 0, sizeof(way_from_valid));
|
|
||||||
memset(way_from_plru, 0, sizeof(way_from_plru));
|
|
||||||
|
|
||||||
Reset();
|
Reset();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user