mirror of https://github.com/PCSX2/pcsx2.git
microVU: fixed a bug
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1583 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b93f5bf91a
commit
83081605b4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue