Changing a Freeze to Thaw: Running VIFcodes saved XMM regs but never restored them. ;)

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2672 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-03-05 14:27:22 +00:00
parent 08f3e4955b
commit 0d03b06708
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ template<int idx> _f int _vifCode_Direct(int pass, u8* data, bool isDirectHL) {
vif1.tag.size -= ret;
}
Registers::Freeze();
Registers::Thaw();
return ret;
}
return 0;