mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-30 06:32:39 +02:00
fusee: remove print in panic
This commit is contained in:
parent
ddc5222208
commit
d0ff791260
@ -153,7 +153,6 @@ void wait_for_button(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
__attribute__ ((noreturn)) void generic_panic(void) {
|
__attribute__ ((noreturn)) void generic_panic(void) {
|
||||||
print(SCREEN_LOG_LEVEL_ERROR, "generic panic from %p", __builtin_return_address(0));
|
|
||||||
panic(0xFF000006);
|
panic(0xFF000006);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user