libstrat: fix unconverted _WITH_ASSERTs

This commit is contained in:
Michael Scire
2020-02-24 05:01:41 -08:00
parent 8ccac1d18a
commit 80e1847534
7 changed files with 16 additions and 16 deletions

View File

@@ -167,7 +167,7 @@ namespace ams::sf::hipc {
needs_undefer_all = true;
continue;
}
} R_END_TRY_CATCH_WITH_ASSERT;
} R_END_TRY_CATCH_WITH_ABORT_UNLESS;
/* We succeeded! Remove from deferred list. */
it = this->deferred_session_list.erase(it);