Ensure the event queue gets initialized properly
This commit is contained in:
parent
1c73faafa1
commit
05e40bd6cd
3
main.asm
3
main.asm
|
@ -54,6 +54,9 @@ entry_seed_done:
|
||||||
; set the exception vector for exception 0x04 - breakpoint
|
; set the exception vector for exception 0x04 - breakpoint
|
||||||
mov [0x00000410], system_breakpoint_handler
|
mov [0x00000410], system_breakpoint_handler
|
||||||
|
|
||||||
|
; ensure the event queue gets initialized properly
|
||||||
|
mov [EVENT_QUEUE_POINTER], 0
|
||||||
|
|
||||||
; enable interrupts
|
; enable interrupts
|
||||||
ise
|
ise
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user