anchao commented on code in PR #12883:
URL: https://github.com/apache/nuttx/pull/12883#discussion_r1713108580


##########
arch/arm/src/armv7-m/arm_saveusercontext.S:
##########
@@ -52,7 +56,11 @@
 
        .globl  up_saveusercontext
        .globl  up_saveusercontext
+#ifdef __ghs__
+       .type   up_saveusercontext, $function
+#else
        .type   up_saveusercontext, %function

Review Comment:
   OK



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to