Remove magic breakpoint

This commit is contained in:
pjht 2019-04-27 15:30:20 -05:00
parent 83e1f27567
commit 5020cfa3dd

View File

@ -182,7 +182,6 @@ void isr_handler(registers_t r) {
break;
}
}
asm volatile("xchgw %bx, %bx");
}