masayuki2009 commented on a change in pull request #2061: URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510531250
########## File path: arch/arm/src/armv6-m/arm_exception.S ########## @@ -153,6 +153,7 @@ exception_common: #if CONFIG_ARCH_INTERRUPTSTACK > 3 ldr r7, =g_intstackbase /* R7=Base of the interrupt stack */ + sub r7, #4 /* Adjust R7 (minus 4-byte offset) */ Review comment: Thanks! ---------------------------------------------------------------- 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: us...@infra.apache.org