summaryrefslogtreecommitdiffstats
path: root/c/src/lib/start/i960/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/start/i960/start.s')
-rw-r--r--c/src/lib/start/i960/start.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/start/i960/start.s b/c/src/lib/start/i960/start.s
index c2ef85b64f..1d6055363a 100644
--- a/c/src/lib/start/i960/start.s
+++ b/c/src/lib/start/i960/start.s
@@ -74,14 +74,14 @@ init_frames:
st fp, _start_frame
/*
- * Call application mainline.
+ * Call application boot_card.
* Someday, real values of argc and argv will be set up.
* For now, they are set to 0.
*/
ldconst 0,g0
ldconst 0,g1
ldconst 0,g2
- call _main
+ call _boot_card
ret
END_CODE