mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-08 08:19:23 +02:00
warmboot_main: fix panic reason in panic code
This commit is contained in:
parent
4a2c9229ee
commit
3d974857e4
@ -19,7 +19,7 @@ void __attribute__((noreturn)) warmboot_main(void) {
|
|||||||
- cpu_on
|
- cpu_on
|
||||||
*/
|
*/
|
||||||
if (is_core_active(get_core_id())) {
|
if (is_core_active(get_core_id())) {
|
||||||
panic(0xF7F00007); /* invalid CPU context */
|
panic(0xF7F00009); /* invalid CPU context */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IRAM C+D identity mapping has actually been removed on coldboot but we don't really care */
|
/* IRAM C+D identity mapping has actually been removed on coldboot but we don't really care */
|
||||||
|
Loading…
Reference in New Issue
Block a user