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

@@ -105,7 +105,7 @@ namespace ams::os::impl{
/* svc::ResultInvalidHandle. */
/* svc::ResultInvalidPointer */
/* svc::ResultOutOfRange */
} R_END_TRY_CATCH_WITH_ASSERT;
} R_END_TRY_CATCH_WITH_ABORT_UNLESS;
return index;
}