fox32rom: Change call invoke_monitor to jmp invoke_monitor
This commit is contained in:
parent
ae3d24922b
commit
92d4de1016
|
@ -10,7 +10,7 @@ keyboard_update:
|
||||||
|
|
||||||
; invoke the debug monitor if F12 was pressed
|
; invoke the debug monitor if F12 was pressed
|
||||||
cmp r0, 0x58
|
cmp r0, 0x58
|
||||||
ifz call invoke_monitor
|
ifz jmp invoke_monitor
|
||||||
|
|
||||||
; check if this is a make or break scancode
|
; check if this is a make or break scancode
|
||||||
bts r0, 7
|
bts r0, 7
|
||||||
|
|
Loading…
Reference in New Issue
Block a user