diff --git a/arch/arm/src/lm3s/lm3s_vectors.S b/arch/arm/src/lm3s/lm3s_vectors.S index 70774c464b8..6b873356848 100644 --- a/arch/arm/src/lm3s/lm3s_vectors.S +++ b/arch/arm/src/lm3s/lm3s_vectors.S @@ -72,7 +72,6 @@ ************************************************************************************/ .globl __start - .globl dispach_irq .syntax unified .thumb @@ -334,7 +333,7 @@ lm3s_irqcommon: 3: ldr r14, =EXC_RETURN /* Load the special value */ bx r14 /* And return */ - .size handler, .-handlers + .size handlers, .-handlers /************************************************************************************ * Name: up_interruptstack/g_userstack