From 776e93221f439117a96f7ce454d22ad6d804b496 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 9 Sep 2018 18:57:44 +0200 Subject: [PATCH] Thinko fix. --- plat/linuxmips/boot.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1