Skip to content

Commit f9c01e5

Browse files
authored
Merge pull request #4841 from whj4674672/start
Adjust the stack_top to bss
2 parents 663d838 + a6060a4 commit f9c01e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcpu/arm/cortex-a/start_gcc.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#define SUB_ISR_Stack_Size (SUB_UND_Stack_Size + SUB_SVC_Stack_Size + SUB_ABT_Stack_Size + \
4343
SUB_RT_FIQ_STACK_PGSZ + SUB_RT_IRQ_STACK_PGSZ)
4444

45-
.section .data.share.isr
45+
.section .bss.share.isr
4646
/* stack */
4747
.globl stack_start
4848
.globl stack_top

0 commit comments

Comments
 (0)