提交 0c9b9ced 编写于 作者: G Grissiom

cortex-r4: use byte to allocate the stack

Unit of "byte" is more intuitive than "long".
上级 a8520ed3
......@@ -30,7 +30,7 @@
stack_start:
.rept (UND_Stack_Size + SVC_Stack_Size + ABT_Stack_Size + FIQ_Stack_Size + IRQ_Stack_Size)
.long 0
.byte 0
.endr
stack_top:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册