aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/start.S')
-rw-r--r--wirish/start.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/wirish/start.S b/wirish/start.S
index 2488895..8b181aa 100644
--- a/wirish/start.S
+++ b/wirish/start.S
@@ -44,9 +44,9 @@
.code 16
.thumb_func
- .globl _start
- .type _start, %function
-_start:
+ .globl __start__
+ .type __start__, %function
+__start__:
.fnstart
ldr r1,=__msp_init
mov sp,r1