1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

Disabled tests

This commit is contained in:
S Gopal Rajagopal 2014-09-12 16:57:11 +05:30
parent f5188cdb32
commit 1f3a117744

View File

@ -2881,7 +2881,7 @@ Value * PPULLVMRecompilerWorker::Call(const char * name, Func function, Args...
PPULLVMRecompiler::PPULLVMRecompiler(PPUThread & ppu)
: m_ppu(ppu)
, m_interpreter(ppu) {
m_worker.RunAllTests(&m_ppu, (u64)Memory.GetBaseAddr(), &m_interpreter);
//m_worker.RunAllTests(&m_ppu, (u64)Memory.GetBaseAddr(), &m_interpreter);
}
PPULLVMRecompiler::~PPULLVMRecompiler() {