[__sgi__]: Use fp' instead of $fp'.

This commit is contained in:
Roland McGrath 1994-08-03 01:03:35 +00:00
parent c1eb1d76e2
commit 5064f78e9d

View File

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