mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-23 07:36:33 +11:00
fix incorrect label from rebase
This commit is contained in:
parent
3b26c0b262
commit
4467d0cf18
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ b .Initialise_mb
|
|||
|
||||
.Initialise:
|
||||
@ Set interrupt handler
|
||||
ldr r0, =InterruptHandlerSimple
|
||||
ldr r0, =InterruptHandler
|
||||
ldr r1, =0x03007FFC
|
||||
str r0, [r1]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue