Fixed some bugs that prevented the recompiler from terminating properly

This commit is contained in:
S Gopal Rajagopal 2014-09-15 20:05:51 +05:30
parent 840ae2f86b
commit d69de9c332
3 changed files with 73 additions and 64 deletions

View file

@ -112,7 +112,9 @@ void PPUThread::DoRun()
break;
case 3:
m_dec = new PPULLVMEmulator(*this);
if (!m_dec) {
m_dec = new PPULLVMEmulator(*this);
}
break;
default: