pkarashchenko commented on a change in pull request #5209: URL: https://github.com/apache/incubator-nuttx/pull/5209#discussion_r782865221
########## File path: arch/risc-v/src/common/riscv_vectors.S ########## @@ -23,15 +23,15 @@ ****************************************************************************/ .section .text.vec - .global __reset_vec .global __trap_vec + .global __reset_vec /**************************************************************************** * Name: __reset_vec ****************************************************************************/ -__reset_vec: - jal __start + __reset_vec: + jal __start Review comment: is missing again -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org