xiaoxiang781216 commented on code in PR #7824: URL: https://github.com/apache/nuttx/pull/7824#discussion_r1043372421
########## arch/arm/include/armv7-a/irq.h: ########## @@ -115,6 +115,7 @@ # define REG_D15 (30) /* D15 */ # define REG_S30 (30) /* S30 */ # define REG_S31 (31) /* S31 */ +# define FPU_CALLEE_REGS (16) Review Comment: should we move the macro to arm_fpucmp.c? Since it's only used there. -- 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]
