Fix setting the breakpoint exception handler to the wrong exception oops

This commit is contained in:
Ry 2022-10-27 19:07:22 -07:00
parent 2720d0ddff
commit 3c9e2cf32c

View File

@ -52,7 +52,7 @@ entry_seed_done:
mov [0x0000040C], system_page_fault_handler
; set the exception vector for exception 0x04 - breakpoint
mov [0x0000040C], system_breakpoint_handler
mov [0x00000410], system_breakpoint_handler
; enable interrupts
ise