From 7608182c1061b57d6d649441199baa2cdb3c3491 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 21 Jun 2012 11:48:42 +0000 Subject: [PATCH] * Frame is in register s8 git-svn-id: trunk@21668 - --- rtl/mips/mips.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/mips/mips.inc b/rtl/mips/mips.inc index 22c0ba4dc6..4bdd837baa 100644 --- a/rtl/mips/mips.inc +++ b/rtl/mips/mips.inc @@ -70,7 +70,7 @@ function get_frame:pointer;assembler;nostackframe; Further, we need to know the pc } // lw $2,0($sp) - lui $2,0 + move $2,$s8 end;