mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Use std::uncaught_exceptions()
Also remove wrong attributes
This commit is contained in:
parent
ea4a3b2476
commit
d750e955c3
3 changed files with 6 additions and 6 deletions
|
@ -808,7 +808,7 @@ void ppu_thread::fast_call(u32 addr, u32 rtoc)
|
|||
|
||||
auto at_ret = gsl::finally([&]()
|
||||
{
|
||||
if (std::uncaught_exception())
|
||||
if (std::uncaught_exceptions())
|
||||
{
|
||||
if (last_function)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue