mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 07:39:49 -04:00
libstrat: fix unconverted _WITH_ASSERTs
This commit is contained in:
parent
8ccac1d18a
commit
80e1847534
7 changed files with 16 additions and 16 deletions
|
@ -25,7 +25,7 @@ namespace ams::dd {
|
|||
R_TRY_CATCH(svcQueryIoMapping(&virtual_addr, aligned_addr, aligned_size)) {
|
||||
/* Official software handles this by returning 0. */
|
||||
R_CATCH(svc::ResultNotFound) { return 0; }
|
||||
} R_END_TRY_CATCH_WITH_ASSERT;
|
||||
} R_END_TRY_CATCH_WITH_ABORT_UNLESS;
|
||||
|
||||
return static_cast<uintptr_t>(virtual_addr + offset);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue