X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/0cf90cca0c924622f3fee8d2a3fafa8238363dc6..87067c7f16425837971f5c1b5fd0fc5338757377:/lunaix-os/kernel/asm/x86/intr_routines.c?ds=inline diff --git a/lunaix-os/kernel/asm/x86/intr_routines.c b/lunaix-os/kernel/asm/x86/intr_routines.c index f4bebae..ea7a324 100644 --- a/lunaix-os/kernel/asm/x86/intr_routines.c +++ b/lunaix-os/kernel/asm/x86/intr_routines.c @@ -22,7 +22,8 @@ extern u32_t debug_resv; void __print_panic_msg(const char* msg, const isr_param* param) { - struct exec_param* execp = param->execp; + volatile struct exec_param* execp = param->execp; + kprint_panic(" INT %u: (%x) [%p: %p] %s", execp->vector, execp->err_code,