[__sgi__]: Use fp' instead of
$fp'.
This commit is contained in:
parent
c1eb1d76e2
commit
5064f78e9d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user