Merge pull request #2718 from phire/1way-icache

Interpreter: Fix bug with icache emulation.
This commit is contained in:
Ryan Houdek 2015-07-08 07:29:46 -05:00
commit 7b7d1b0dcf
1 changed files with 0 additions and 2 deletions

View File

@ -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();
}