mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00: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