anchao commented on a change in pull request #5645: URL: https://github.com/apache/incubator-nuttx/pull/5645#discussion_r827076843
########## File path: arch/arm/src/arm/arm_vectors.S ########## @@ -116,7 +116,24 @@ arm_vectorirq: #else /* Call arm_decodeirq() on the user stack */ - bl arm_decodeirq /* Call the handler */ + mov r4, sp /* Save the SP in a preserved register */ Review comment: Ok, I will format the code on other change -- 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