masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510629040
##########
File path: arch/arm/src/armv7-a/arm_vectors.S
##########
@@ -1096,7 +1098,7 @@ g_intstackbase:
.type g_fiqstackbase, object
g_fiqstackalloc:
- .skip ((CONFIG_ARCH_INTERRUPTSTACK & ~7) - 4)
+ .skip (CONFIG_ARCH_INTERRUPTSTACK & ~7)
Review comment:
I will follow the discussion results for
arch/arm/src/armv7-m/gnu/arm_exception.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]