Some cleanup

This commit is contained in:
S Gopal Rajagopal 2014-10-20 01:16:35 +05:30
parent 8a7ba5a709
commit 024c15d4d3
10 changed files with 238 additions and 183 deletions

View file

@ -104,14 +104,13 @@ void PPUThread::DoRun()
break;
case 1:
case 2:
{
auto ppui = new PPUInterpreter(*this);
m_dec = new PPUDecoder(ppui);
}
break;
case 3:
case 2:
if (!m_dec) {
m_dec = new PPULLVMEmulator(*this);
}