microVU: fixed a bug

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1583 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2009-07-30 00:05:42 +00:00
parent b93f5bf91a
commit 83081605b4
1 changed files with 0 additions and 1 deletions

View File

@ -371,7 +371,6 @@ microVUr(void*) mVUcompile(microVU* mVU, u32 startPC, uptr pState) {
mVUsetupRange(mVU, startPC, 1); mVUsetupRange(mVU, startPC, 1);
// Reset regAlloc // Reset regAlloc
mVU->regAlloc->flushAll();
mVU->regAlloc->reset(); mVU->regAlloc->reset();
// First Pass // First Pass