]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[__sgi__]: Use `fp' instead of `$fp'.
authorRoland McGrath <roland@gnu.org>
Wed, 3 Aug 1994 01:03:35 +0000 (01:03 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 3 Aug 1994 01:03:35 +0000 (01:03 +0000)
sysdeps/mips/setjmp.S

index ccba78b47f436b87c98acb8570318604b7dfe7ea..485811e350ce664a4901f69f6d87d8a216be02a8 100644 (file)
@@ -23,6 +23,10 @@ Cambridge, MA 02139, USA.  */
    extra arguments.  */
 ENTRY (__setjmp)
        move a1, sp
+#ifdef __sgi__
+       move a2, fp
+#else
        move a2, $fp
+#endif
        j __setjmp_aux