summaryrefslogtreecommitdiffstats
path: root/apps/common/crt0_cf.S
diff options
context:
space:
mode:
Diffstat (limited to 'apps/common/crt0_cf.S')
-rw-r--r--apps/common/crt0_cf.S14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/common/crt0_cf.S b/apps/common/crt0_cf.S
index 929c7ce..0caa049 100644
--- a/apps/common/crt0_cf.S
+++ b/apps/common/crt0_cf.S
@@ -1,11 +1,11 @@
#include "cfg.h"
-
- .extern AppStack
- .extern Cstart
- .global start
- .text
+.extern AppStack
+.extern Cstart
+.global start
+
+.text
start:
- move.l #AppStack+(APPSTACKSIZE-32),%sp
- jsr Cstart
+move.l #AppStack+(APPSTACKSIZE-32),%sp
+jsr Cstart