xiaoxiang781216 commented on code in PR #12475:
URL: https://github.com/apache/nuttx/pull/12475#discussion_r1631848192
##########
arch/risc-v/include/irq.h:
##########
@@ -572,7 +572,7 @@ struct xcptcontext
* another signal handler is executing will be ignored!
*/
- uintptr_t *saved_regs;
+ uintreg_t *saved_regs;
Review Comment:
merge to previous patch?
##########
arch/risc-v/Kconfig:
##########
@@ -337,7 +337,7 @@ config ARCH_RV32
config ARCH_RV64
Review Comment:
should we add a new ARCH type to avoid the change couple with a specific
toolchain(RISCV_TOOLCHAIN_GNU_RV64ILP32)?
--
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]