yamt commented on a change in pull request #2222: URL: https://github.com/apache/incubator-nuttx/pull/2222#discussion_r517847986
########## 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: i suppose that the specific issue i wanted to fix (ie. long long vs long mismatch) is only for 64-bit archs. i agree it can be considered more general though. ---------------------------------------------------------------- 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