yf13 commented on code in PR #12475: URL: https://github.com/apache/nuttx/pull/12475#discussion_r1637424171
########## arch/risc-v/include/types.h: ########## @@ -78,6 +87,14 @@ typedef __WCHAR_TYPE__ _wchar_t; typedef int _wchar_t; #endif +/* Use uintreg_t for register-width integers */ + +#ifdef CONFIG_ARCH_RV32 Review Comment: Seems no need, as `ARCH_RV64ILP32` imples `ARCH_RV64` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
