mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
fix incorrect label from rebase
This commit is contained in:
parent
3b26c0b262
commit
4467d0cf18
|
@ -26,7 +26,7 @@ b .Initialise_mb
|
|||
|
||||
.Initialise:
|
||||
@ Set interrupt handler
|
||||
ldr r0, =InterruptHandlerSimple
|
||||
ldr r0, =InterruptHandler
|
||||
ldr r1, =0x03007FFC
|
||||
str r0, [r1]
|
||||
|
||||
|
|
Loading…
Reference in a new issue