X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b6ff3c7dbab3f40d03389808d95ac27d416c35e3..45e1f8b055043e54be35462852ab6649d634da7c:/lunaix-os/kernel/asm/x86/intr_routines.c 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,