Use std::uncaught_exceptions()

Also remove wrong attributes
This commit is contained in:
Nekotekina 2018-09-04 20:59:38 +03:00
parent ea4a3b2476
commit d750e955c3
3 changed files with 6 additions and 6 deletions

View file

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