mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 14:44:23 -04:00
exo: fix building on release
This commit is contained in:
parent
69f9fb8713
commit
835aa6b9db
7 changed files with 10 additions and 2 deletions
|
@ -27,6 +27,9 @@ namespace ams::secmon {
|
|||
}
|
||||
|
||||
void ExceptionHandlerImpl(uintptr_t lr, uintptr_t sp) {
|
||||
/* On release config, we won't actually use the passed parameters. */
|
||||
AMS_UNUSED(lr, sp);
|
||||
|
||||
/* Ensure that previous logs have been flushed. */
|
||||
AMS_LOG_FLUSH();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue