Fix setting the breakpoint exception handler to the wrong exception oops
This commit is contained in:
parent
2720d0ddff
commit
3c9e2cf32c
2
main.asm
2
main.asm
|
@ -52,7 +52,7 @@ entry_seed_done:
|
||||||
mov [0x0000040C], system_page_fault_handler
|
mov [0x0000040C], system_page_fault_handler
|
||||||
|
|
||||||
; set the exception vector for exception 0x04 - breakpoint
|
; set the exception vector for exception 0x04 - breakpoint
|
||||||
mov [0x0000040C], system_breakpoint_handler
|
mov [0x00000410], system_breakpoint_handler
|
||||||
|
|
||||||
; enable interrupts
|
; enable interrupts
|
||||||
ise
|
ise
|
||||||
|
|
Loading…
Reference in New Issue
Block a user