mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 18:53:28 +01:00
Disabled tests
This commit is contained in:
parent
f5188cdb32
commit
1f3a117744
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user