summaryrefslogtreecommitdiffstats
path: root/bsps/moxie/moxiesim/start/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/moxie/moxiesim/start/start.S')
-rw-r--r--bsps/moxie/moxiesim/start/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/moxie/moxiesim/start/start.S b/bsps/moxie/moxiesim/start/start.S
index ae712cb3e4..038c83e61b 100644
--- a/bsps/moxie/moxiesim/start/start.S
+++ b/bsps/moxie/moxiesim/start/start.S
@@ -11,7 +11,7 @@
.text
.global _start
_start:
- ldi.l $sp, _stack /* load up stack pointer */
+ ldi.l $sp, _ISR_Stack_area_end /* load up stack pointer */
xor $fp, $fp /* zero fp to allow unwinders to stop */
/* zero the bss area */