masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r511235050



##########
File path: arch/arm/src/armv7-a/arm_vectors.S
##########
@@ -1072,15 +1072,15 @@ arm_vectorfiq:
 
 #if !defined(CONFIG_SMP) && CONFIG_ARCH_INTERRUPTSTACK > 7
        .bss
-       .align  4
+       .balign 8
 
        .globl  g_intstackalloc
        .type   g_intstackalloc, object
        .globl  g_intstackbase
        .type   g_intstackbase, object
 
 g_intstackalloc:
-       .skip   ((CONFIG_ARCH_INTERRUPTSTACK & ~7) - 4)
+       .skip   (CONFIG_ARCH_INTERRUPTSTACK & ~7)

Review comment:
       Done
   
   




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


Reply via email to