You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/07 11:50:14 UTC

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #6001: arm/armv[7|8]-m: skip the fpu save/restore if stack frame is integer-only

anchao commented on code in PR #6001:
URL: https://github.com/apache/incubator-nuttx/pull/6001#discussion_r845041042


##########
arch/arm/src/armv7-m/gnu/arm_exception.S:
##########
@@ -176,6 +180,10 @@ exception_common:
 
 	vstmdb		sp!, {s16-s31}			/* Save the non-volatile FP context */
 
+	b		end_fp_save
+skip_fp_save:

Review Comment:
   I have replace the label tag to string, please review



-- 
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