pkarashchenko commented on a change in pull request #5209: URL: https://github.com/apache/incubator-nuttx/pull/5209#discussion_r782842508
########## 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 Review comment: ```suggestion .section .text.vec .global __reset_vec .global __trap_vec ``` -- 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