From 3d974857e4ce35ad528e54a40b556de99d89e619 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sat, 3 Mar 2018 19:49:25 +0100 Subject: [PATCH] warmboot_main: fix panic reason in panic code --- exosphere/src/warmboot_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exosphere/src/warmboot_main.c b/exosphere/src/warmboot_main.c index cc415bfee..d21b0cd9e 100644 --- a/exosphere/src/warmboot_main.c +++ b/exosphere/src/warmboot_main.c @@ -19,7 +19,7 @@ void __attribute__((noreturn)) warmboot_main(void) { - cpu_on */ 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 */