summaryrefslogtreecommitdiff
path: root/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'trap.c')
-rw-r--r--trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trap.c b/trap.c
index ab5b7cc..3120994 100644
--- a/trap.c
+++ b/trap.c
@@ -72,7 +72,7 @@ trap(struct trapframe *tf)
break;
default:
- if(cp == 0) {
+ if(cp == 0){
// Otherwise it's our mistake.
cprintf("unexpected trap %d from cpu %d eip %x\n",
tf->trapno, cpu(), tf->eip);