feito fork de M-Labs/zynq-rs
1
0
Fork 0

link.x: fix __stack_start

This fixes the memory corruption problem.
master
Astro 2019-09-29 01:38:23 +02:00
commit f9cc561144
1 arquivos alterados com 1 adições e 1 exclusões

2
link.x
Ver arquivo

@ -60,7 +60,7 @@ SECTIONS
. += STACK_SIZE;
} > OCM
__stack_end = ADDR(.stack);
__stack_start = ADDR(.stack) + SIZEOF(.stack) - 4;
__stack_start = ADDR(.stack) + SIZEOF(.stack);
/DISCARD/ :
{