aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/trap.c b/sys/arch/amd64/trap.c
index d215127..642c061 100644
--- a/sys/arch/amd64/trap.c
+++ b/sys/arch/amd64/trap.c
@@ -93,5 +93,5 @@ trap_handler(struct trapframe *tf)
panic("Caught NMI; bailing out\n");
}
- panic("Caught pre-sched exception\n");
+ panic("Caught pre-sched exception @0x%x\n", tf->rip);
}