diff --git a/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S b/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S index 00504b0f..2fe11d5b 100644 --- a/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S +++ b/ThirdParty/bsp/freertos821_xilinx/src/Source/portable/GCC/ARM_CR5/port_asm_vectors.S @@ -94,6 +94,7 @@ _vector_table: _irq: .word FreeRTOS_IRQ_Handler _swi: .word FreeRTOS_SWI_Handler +.text FIQHandler: /* FIQ vector handler */ stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */ FIQLoop: