Fixed compilation issues

This commit is contained in:
S Gopal Rajagopal 2014-10-25 06:56:57 +05:30
parent 6bc0ce8046
commit 160b58cf61
3 changed files with 12 additions and 14 deletions

View file

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