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


##########
arch/arm/src/common/gnu/fork.S:
##########
@@ -78,7 +77,11 @@
  ****************************************************************************/
 
        .globl  up_fork
+#ifdef __ghs__
+       .type   up_fork, $function

Review Comment:
   > Use double quotes, remove the check
   
   but this will produce the following error:
   CC:  sched/sched_waitpid.c [asarm] (error #2230) common/gnu/fork.S 80: bad 
directive
     .type up_fork , "function" 
   --^
   
   



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