We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11156de commit 2b65a6fCopy full SHA for 2b65a6f
libcpu/arm/cortex-m4/context_iar.S
@@ -239,9 +239,9 @@ _get_sp_done
239
240
#if defined ( __ARMVFP__ )
241
TST lr, #0x10 ; if(!EXC_RETURN[4])
242
- BNE skip_push_fpu
+ BNE skip_push_fpu_hd
243
VSTMDB r0!, {d8 - d15} ; push FPU register s16~s31
244
-skip_push_fpu
+skip_push_fpu_hd
245
#endif
246
247
STMFD r0!, {r4 - r11} ; push r4 - r11 register
@@ -250,9 +250,9 @@ skip_push_fpu
250
MOV r4, #0x00 ; flag = 0
251
252
253
- BNE push_flag
+ BNE push_flag_hd
254
MOV r4, #0x01 ; flag = 1
255
-push_flag
+push_flag_hd
256
SUB r0, r0, #0x04
257
STR r4, [r0] ; push flag
258
0 commit comments