diff options
Diffstat (limited to 'asm')
-rw-r--r-- | asm/crt0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index 42774b2a8..f2c60b4e3 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -119,7 +119,7 @@ IntrMain_FoundIntr: bic r3, r3, PSR_I_BIT | PSR_F_BIT | PSR_MODE_MASK orr r3, r3, PSR_SYS_MODE msr cpsr_cf, r3 - ldr r1, =0x03001BC0 + ldr r1, =gIntrTable add r1, r1, r12 ldr r0, [r1] stmdb sp!, {lr} |