btashton edited a comment on pull request #953: URL: https://github.com/apache/incubator-nuttx/pull/953#issuecomment-623131430
@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 ``` ---------------------------------------------------------------- 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