xiaoxiang781216 commented on pull request #953: URL: https://github.com/apache/incubator-nuttx/pull/953#issuecomment-623138344
> @patacongo > It looks like we do check for x86_64 in the sim > > ``` > #elif defined(CONFIG_ARCH_SIM) && (defined(CONFIG_HOST_X86) || defined(CONFIG_HOST_X86_64)) > # define CLONE_APLIST 1 > # undef ap2 > #endif > ``` Yes, that's why I suggest to trigger the copy by checking va_copy existence instead of arch macro. ---------------------------------------------------------------- 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