xiaoxiang781216 commented on code in PR #12475:
URL: https://github.com/apache/nuttx/pull/12475#discussion_r1638273267
##########
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:
if so, please move the typedef of uintreg_t to this patch
--
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]