masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510528620
##########
File path: arch/arm/src/armv8-m/arm_lazyexception.S
##########
@@ -210,6 +210,7 @@ exception_common:
*/
setintstack r2, r3
+ sub sp, #8 /* Adjust SP
(minus 8-byte offset) */
Review comment:
The same reason as what I commented on
arch/arm/src/armv7-m/gnu/arm_lazyexception.S
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]