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


##########
libs/libc/machine/arm/gnu/arch_setjmp.S:
##########
@@ -121,7 +128,11 @@ setjmp:
  *
  ****************************************************************************/
 
+#ifndef __ghs__
        .type   longjmp, function
+#else
+       .type   longjmp, $function

Review Comment:
   > ditto
   
   same as the previous review comment, I have tried the solution, but cannot 
work, and report error



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