From c9ee77b8a20e63663b6ffa35b81f8164fefd319a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 3 Sep 2009 00:46:15 -0700 Subject: formatting tweaks --- trap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'trap.c') 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. -- cgit v1.2.3