You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pkarashchenko (via GitHub)" <gi...@apache.org> on 2023/06/02 17:15:13 UTC

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #9465: initial FPU support for ARMv8R AARCH32

pkarashchenko commented on code in PR #9465:
URL: https://github.com/apache/nuttx/pull/9465#discussion_r1214625534


##########
arch/arm/src/armv8-r/arm_head.S:
##########
@@ -197,15 +197,15 @@ __cpu0_start:
 	bl		arm_data_initialize
 
     /* Platform hook for highest EL */
-    bl      arm_el_init
+	bl      arm_el_init
 
     /* Move to PL1 SYS with all exceptions masked */

Review Comment:
   Please switch to TABs here also



##########
arch/arm/src/armv8-r/arm_head.S:
##########
@@ -197,15 +197,15 @@ __cpu0_start:
 	bl		arm_data_initialize
 
     /* Platform hook for highest EL */

Review Comment:
   Please switch to TABs here also



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org