You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/19 20:37:21 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6300: risc-v/vfork: FPU was not saved correctly

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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org