FPU fix for new compiler version.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13442 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-03-17 13:38:18 +00:00
parent cae4221472
commit b2b24db3f1
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Reset_Handler PROC
isb isb
bl __early_init bl __early_init
IF {CPU} = "Cortex-M4.fp" IF {CPU} = "Cortex-M4.fp.sp"
LDR R0, =0xE000ED88 ; Enable CP10,CP11 LDR R0, =0xE000ED88 ; Enable CP10,CP11
LDR R1, [R0] LDR R1, [R0]
ORR R1, R1, #(0xF << 20) ORR R1, R1, #(0xF << 20)