From 4725cd948eb64368e44944b63291490446d02d41 Mon Sep 17 00:00:00 2001 From: ericQiang Date: Fri, 15 Sep 2023 17:22:26 +0800 Subject: [PATCH] fix the indent spaces --- libcpu/arm/cortex-a/start_gcc.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcpu/arm/cortex-a/start_gcc.S b/libcpu/arm/cortex-a/start_gcc.S index 8d22145da4..1c8e833dfd 100644 --- a/libcpu/arm/cortex-a/start_gcc.S +++ b/libcpu/arm/cortex-a/start_gcc.S @@ -459,12 +459,12 @@ vector_irq: #else stmfd sp!, {r0-r12,lr} #ifdef RT_USING_FPU - vstmdb sp!, {d0-d15} + vstmdb sp!, {d0-d15} #ifdef RT_USING_VFPD32 /*there art 32 double float registers to save*/ - vstmdb sp!, {d16-d31} @ save the upper 16 registers + vstmdb sp!, {d16-d31} @ save the upper 16 registers #endif - vmrs r5, fpscr - stmfd sp!, {r5} + vmrs r5, fpscr + stmfd sp!, {r5} #endif bl rt_interrupt_enter