mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Disabled tests
This commit is contained in:
parent
f5188cdb32
commit
1f3a117744
1 changed files with 1 additions and 1 deletions
|
@ -2881,7 +2881,7 @@ Value * PPULLVMRecompilerWorker::Call(const char * name, Func function, Args...
|
||||||
PPULLVMRecompiler::PPULLVMRecompiler(PPUThread & ppu)
|
PPULLVMRecompiler::PPULLVMRecompiler(PPUThread & ppu)
|
||||||
: m_ppu(ppu)
|
: m_ppu(ppu)
|
||||||
, m_interpreter(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() {
|
PPULLVMRecompiler::~PPULLVMRecompiler() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue