mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
PPU/LLVM: Added noexcept and some fixes
This commit is contained in:
parent
3208a7713f
commit
11eeab0a1a
2 changed files with 14 additions and 6 deletions
|
@ -609,7 +609,7 @@ bool ppu_recompiler_llvm::CPUHybridDecoderRecompiler::PollStatus(PPUThread * ppu
|
|||
catch (...)
|
||||
{
|
||||
ppu_state->pending_exception = std::current_exception();
|
||||
return ExecutionStatus::ExecutionStatusPropagateException;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
#endif // LLVM_AVAILABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue