diff options
Diffstat (limited to 'wirish/start.S')
-rw-r--r-- | wirish/start.S | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/wirish/start.S b/wirish/start.S index cb87d62..2488895 100644 --- a/wirish/start.S +++ b/wirish/start.S @@ -40,18 +40,18 @@ * they apply. */ - .text - .code 16 - .thumb_func + .text + .code 16 + .thumb_func - .globl _start - .type _start, %function + .globl _start + .type _start, %function _start: - .fnstart - ldr r1,=__msp_init - mov sp,r1 - ldr r1,=start_c - bx r1 - .pool - .cantunwind - .fnend + .fnstart + ldr r1,=__msp_init + mov sp,r1 + ldr r1,=start_c + bx r1 + .pool + .cantunwind + .fnend |