xiaoxiang781216 commented on a change in pull request #2222: URL: https://github.com/apache/incubator-nuttx/pull/2222#discussion_r517844496
########## File path: arch/sim/include/types.h ########## @@ -69,13 +69,41 @@ typedef unsigned char _uint8_t; typedef signed short _int16_t; typedef unsigned short _uint16_t; +#if defined(__INT32_TYPE__) Review comment: It isn't specific to 64bit arch, I think. Instead, it couple with toolchain(gcc or clang specific). and tt's easy to apply and verify on other arch. ---------------------------------------------------------------- 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