mirror of git://sourceware.org/git/glibc.git
Formerly mips/setjmp.S.~4~
This commit is contained in:
parent
4cea7a7f28
commit
617dce8b65
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1992 Free Software Foundation, Inc.
|
/* Copyright (C) 1992, 1994 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -23,6 +23,6 @@ Cambridge, MA 02139, USA. */
|
||||||
extra arguments. */
|
extra arguments. */
|
||||||
ENTRY (__setjmp)
|
ENTRY (__setjmp)
|
||||||
move a1, sp
|
move a1, sp
|
||||||
move a2, $fp
|
move a2, fp
|
||||||
j __setjmp_aux
|
j __setjmp_aux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue