pkarashchenko commented on a change in pull request #5917: URL: https://github.com/apache/incubator-nuttx/pull/5917#discussion_r838836606
########## File path: arch/risc-v/src/common/riscv_signal_handler.S ########## @@ -69,7 +71,7 @@ up_signal_handler: /* Save ra on the stack */ - addi sp, sp, -16 + addi sp, sp, -STACK_FRAME_SIZE Review comment: I did that just to keep same style as in dispatch_syscall, but I can change it if you recommend to do so -- 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