diff --git a/sys/mips/mips/support.S b/sys/mips/mips/support.S index 526f95776f1..6282eb0339f 100644 --- a/sys/mips/mips/support.S +++ b/sys/mips/mips/support.S @@ -1474,8 +1474,8 @@ LEAF(setjmp) STORE s5, (RSIZE * PREG_S5)(a0) STORE s6, (RSIZE * PREG_S6)(a0) STORE s7, (RSIZE * PREG_S7)(a0) - STORE s8, (RSIZE * PREG_SP)(a0) - STORE sp, (RSIZE * PREG_S8)(a0) + STORE s8, (RSIZE * PREG_S8)(a0) + STORE sp, (RSIZE * PREG_SP)(a0) STORE ra, (RSIZE * PREG_RA)(a0) STORE v0, (RSIZE * PREG_SR)(a0) jr ra