summaryrefslogtreecommitdiff
path: root/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'trap.c')
-rw-r--r--trap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trap.c b/trap.c
index 446ebaa..86ce052 100644
--- a/trap.c
+++ b/trap.c
@@ -73,7 +73,8 @@ trap(struct trapframe *tf)
cpu->id, tf->cs, tf->eip);
lapiceoi();
break;
-
+
+ //PAGEBREAK: 13
default:
if(proc == 0 || (tf->cs&3) == 0){
// In kernel, it must be our mistake.