aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/start.S
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-11-15 08:43:11 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2012-04-11 16:52:17 -0400
commit33c40cbbf0ea025b7e0bf39a4703cf239cc09e08 (patch)
treead5337579531a108fc7ffbff9e6134b49c58925f /wirish/start.S
parentb81655333f0a7378eec66cfef668a7282d7a4b17 (diff)
downloadlibrambutan-33c40cbbf0ea025b7e0bf39a4703cf239cc09e08.tar.gz
librambutan-33c40cbbf0ea025b7e0bf39a4703cf239cc09e08.zip
Cosmetics.
Convert wirish/start.S and wirish/start_c.c to libmaple coding conventions. Whitespace and brace insertion changes only. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish/start.S')
-rw-r--r--wirish/start.S26
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