Merge pull request #2718 from phire/1way-icache
Interpreter: Fix bug with icache emulation.
This commit is contained in:
commit
7b7d1b0dcf
|
@ -71,8 +71,6 @@ namespace PowerPC
|
|||
{
|
||||
memset(data, 0, sizeof(data));
|
||||
memset(tags, 0, sizeof(tags));
|
||||
memset(way_from_valid, 0, sizeof(way_from_valid));
|
||||
memset(way_from_plru, 0, sizeof(way_from_plru));
|
||||
|
||||
Reset();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue