patacongo commented on a change in pull request #1180:
URL: https://github.com/apache/incubator-nuttx/pull/1180#discussion_r434282251



##########
File path: libs/libc/stdio/lib_fputs.c
##########
@@ -60,7 +60,7 @@
  ****************************************************************************/
 
 #if defined(CONFIG_ARCH_ROMGETC)
-int fputs(FAR const char *s, FAR FILE *stream)
+int fputs(FAR const IPTR char *s, FAR FILE *stream)

Review comment:
       I think we are miscommunicating.  The version of fouts should not be 
needed if IPTR is added.  It is needed only if IPTR is not present.  IPTR is a 
storage class that should automatically force the compiler to generate the 
special instructions to fetch the data from instruction space.




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

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


Reply via email to