summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index fe1fad8cac..78b26b77ea 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -109,6 +109,9 @@ munge_loop:
109 cmp/ge r1,r2 109 cmp/ge r1,r2
110 bt munge_loop 110 bt munge_loop
111 nop 111 nop
112
113 mov #0,r0
114 ldc r0,gbr
112 115
113 ! call the mainline 116 ! call the mainline
114 mov.l main_k,r0 117 mov.l main_k,r0