From: David Given Date: Sun, 9 Sep 2018 16:57:44 +0000 (+0200) Subject: Thinko fix. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=776e93221f439117a96f7ce454d22ad6d804b496;p=ack.git Thinko fix. --- diff --git a/plat/linuxmips/boot.s b/plat/linuxmips/boot.s index cc6d9ce32..eed95ebd4 100644 --- a/plat/linuxmips/boot.s +++ b/plat/linuxmips/boot.s @@ -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