Thinko fix.
authorDavid Given <dg@cowlark.com>
Sun, 9 Sep 2018 16:57:44 +0000 (18:57 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 9 Sep 2018 16:57:44 +0000 (18:57 +0200)
plat/linuxmips/boot.s

index cc6d9ce..eed95eb 100644 (file)
@@ -34,10 +34,10 @@ begtext:
 
        addiu sp, sp, -3 * 4
        sw r4, 0(sp)
-       sw r5, 0(sp)
-       sw r6, 0(sp)
+       sw r5, 4(sp)
+       sw r6, 8(sp)
 
-       b __m_a_i_n
+       j __m_a_i_n
        nop
 
 ! Define symbols at the beginning of our various segments, so that we can find