[isrs] Remove impossible condition
This commit is contained in:
parent
21ed31f8da
commit
d30eaea337
BIN
bootdisk.img
BIN
bootdisk.img
Binary file not shown.
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user