summaryrefslogtreecommitdiff
path: root/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'trap.c')
-rw-r--r--trap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trap.c b/trap.c
index 5f1cafb..651a9d6 100644
--- a/trap.c
+++ b/trap.c
@@ -31,6 +31,7 @@ idtinit(void)
lidt(idt, sizeof(idt));
}
+//PAGEBREAK: 41
void
trap(struct trapframe *tf)
{