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/01/13 01:46:58 UTC

[GitHub] [incubator-nuttx] no1wudi commented on a change in pull request #5210: arch/risc-v: Refine exception_common

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



##########
File path: arch/risc-v/src/qemu-rv32/Make.defs
##########
@@ -20,7 +20,7 @@
 
 # Specify our HEAD assembly file.  This will be linked as
 # the first object file, so it will appear at address 0
-HEAD_ASRC = qemu_rv32_head.S
+HEAD_ASRC = qemu_rv32_head.S riscv_exception_common.S

Review comment:
       Yes, we should do this, but some potential problem here, for FE310 on QEMU, it only works with `exception_common` implemented in fe310_head.S or disable the "C" extension.




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