pkarashchenko commented on code in PR #6300: URL: https://github.com/apache/incubator-nuttx/pull/6300#discussion_r877520202
########## arch/risc-v/include/irq.h: ########## @@ -195,6 +195,7 @@ # else # define FPU_REG_SIZE 1 # endif +# define FPU_REG_FULL_SIZE (INT_REG_SIZE * FPU_REG_SIZE) Review Comment: Seems like this has to be out of `else` for `ifdef CONFIG_ARCH_RV32` -- 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]
