pkarashchenko commented on a change in pull request #5917:
URL: https://github.com/apache/incubator-nuttx/pull/5917#discussion_r838840371



##########
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:
       The assembly version of STACK_FRAME_SIZE is not quoted 




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


Reply via email to