mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Updated Travis CI configuration to compile LLVM
This commit is contained in:
parent
024c15d4d3
commit
4514fc12bd
4 changed files with 20 additions and 3 deletions
|
@ -4892,7 +4892,7 @@ PPULLVMEmulator::PPULLVMEmulator(PPUThread & ppu)
|
|||
s_num_instances++;
|
||||
if (!s_recompiler) {
|
||||
s_recompiler = new PPULLVMRecompiler();
|
||||
//s_recompiler->RunAllTests(&m_ppu, m_interpreter);
|
||||
s_recompiler->RunAllTests(&m_ppu, m_interpreter);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue