mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-14 18:37:27 +00:00
wtf?
This commit is contained in:
parent
73b108765e
commit
15057ffc5e
@ -782,4 +782,4 @@ u32 ppu_recompiler_llvm::CPUHybridDecoderRecompiler::ExecuteTillReturn(PPUThread
|
||||
bool ppu_recompiler_llvm::CPUHybridDecoderRecompiler::PollStatus(PPUThread * ppu_state) {
|
||||
return ppu_state->check_status();
|
||||
}
|
||||
#endif // LLVM_AVAILABLE
|
||||
#endif // LLVM_AVAILABLE
|
||||
|
@ -983,4 +983,5 @@ void Compiler::RunAllTests() {
|
||||
m_recompilation_engine.Log() << "Finished Unit Tests\n";
|
||||
idm::remove<PPUThread>(s_ppu_state->get_id());
|
||||
#endif // PPU_LLVM_RECOMPILER_UNIT_TESTS
|
||||
}#endif // LLVM_AVAILABLE
|
||||
}
|
||||
#endif // LLVM_AVAILABLE
|
||||
|
Loading…
Reference in New Issue
Block a user