xiaoxiang781216 commented on code in PR #16795:
URL: https://github.com/apache/nuttx/pull/16795#discussion_r2240678155


##########
arch/sim/src/sim/sim_internal.h:
##########
@@ -123,6 +117,7 @@
         val[0] = flags & UINT32_MAX;                            \
         val[1] = (flags >> 32) & UINT32_MAX;                    \
                                                                 \
+        env[JB_ERRNO] = host_errno_get();                       \

Review Comment:
   do you need move this change to the last patch, or merge the last one into 
this patch



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to