[isrs] Remove impossible condition

This commit is contained in:
Kevin Lange 2011-01-17 16:54:29 -06:00
parent 21ed31f8da
commit d30eaea337
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -113,7 +113,5 @@ void fault_handler(struct regs *r) {
puts(exception_messages[r->int_no]);
puts(" exception. System halted.\n");
for (;;);
} else {
puts("lol butts\n");
}
}