PPU/LLVM: Added noexcept and some fixes

This commit is contained in:
Danila Malyutin 2015-09-17 01:24:16 +03:00
parent 3208a7713f
commit 11eeab0a1a
2 changed files with 14 additions and 6 deletions

View file

@ -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