Disabled unit tests

This commit is contained in:
S Gopal Rajagopal 2014-09-26 21:33:11 +05:30
parent 3e7d42b023
commit 9c99fc7bb1
1 changed files with 1 additions and 1 deletions

View File

@ -4139,7 +4139,7 @@ PPULLVMEmulator::PPULLVMEmulator(PPUThread & ppu)
s_num_instances++;
if (!s_recompiler) {
s_recompiler = new PPULLVMRecompiler();
s_recompiler->RunAllTests(&m_ppu, (u64)Memory.GetBaseAddr(), m_interpreter);
//s_recompiler->RunAllTests(&m_ppu, (u64)Memory.GetBaseAddr(), m_interpreter);
}
}