yf13 commented on code in PR #12475: URL: https://github.com/apache/nuttx/pull/12475#discussion_r1631867149
########## arch/risc-v/Kconfig: ########## @@ -337,7 +337,7 @@ config ARCH_RV32 config ARCH_RV64 Review Comment: It shares the RV64 instruction set so still belongs to ARCH_RV64, treating it as a new toolchain looks simpler. We just need stop assuming that `uintptr_t` is of register width. -- 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]
