提交 fbe2bead 创建 作者: Silas Boyd-Wickizer's avatar Silas Boyd-Wickizer

cprintf rip and rsp on trap.

上级 40b624bc
...@@ -24,8 +24,9 @@ struct intdesc idt[256] __attribute__((aligned(16))); ...@@ -24,8 +24,9 @@ struct intdesc idt[256] __attribute__((aligned(16)));
extern u64 trapentry[]; extern u64 trapentry[];
void void
trap(void) trap(struct trapframe *tf)
{ {
cprintf("rip %lx rsp %lx\n", tf->rip, tf->rsp);
panic("trap"); panic("trap");
} }
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论