fix incorrect label from rebase

This commit is contained in:
Corwin Kuiper 2021-07-28 20:50:56 +01:00
parent 3b26c0b262
commit 4467d0cf18

View file

@ -26,7 +26,7 @@ b .Initialise_mb
.Initialise:
@ Set interrupt handler
ldr r0, =InterruptHandlerSimple
ldr r0, =InterruptHandler
ldr r1, =0x03007FFC
str r0, [r1]