From 4467d0cf182cff6708cfc1b886542341bf6adf4d Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Wed, 28 Jul 2021 20:50:56 +0100 Subject: [PATCH] fix incorrect label from rebase --- agb/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb/crt0.s b/agb/crt0.s index 26c2236b..6696eca6 100644 --- a/agb/crt0.s +++ b/agb/crt0.s @@ -26,7 +26,7 @@ b .Initialise_mb .Initialise: @ Set interrupt handler - ldr r0, =InterruptHandlerSimple + ldr r0, =InterruptHandler ldr r1, =0x03007FFC str r0, [r1]