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 2021/12/29 05:53:21 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5103: arch/risc-v: Refine riscv_fpu.S

no1wudi commented on a change in pull request #5103:
URL: https://github.com/apache/incubator-nuttx/pull/5103#discussion_r776163117



##########
File path: arch/risc-v/src/common/riscv_fpu.S
##########
@@ -23,7 +23,12 @@
  ************************************************************************************/
 
 #include <nuttx/config.h>
+
+#ifdef CONFIG_ARCH_RV32
+#include <arch/rv32im/irq.h>

Review comment:
       Yes, I'll do it step by step.




-- 
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