Revert accidental change to v850/sim.ld

This commit is contained in:
Jeff Law 2022-03-20 10:19:45 -04:00
parent 0c8679e080
commit 157f03053d
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ SECTIONS
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
/* User stack. */
.stack 0x300000 :
.stack 0x200000 :
{
__stack = .;
*(.stack)