Adjust the stack_top to bss

This commit is contained in:
wanghaijing 2021-07-03 10:19:29 +08:00
parent 663d83889a
commit a6060a41df
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define SUB_ISR_Stack_Size (SUB_UND_Stack_Size + SUB_SVC_Stack_Size + SUB_ABT_Stack_Size + \
SUB_RT_FIQ_STACK_PGSZ + SUB_RT_IRQ_STACK_PGSZ)
.section .data.share.isr
.section .bss.share.isr
/* stack */
.globl stack_start
.globl stack_top