mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
* sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
* sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
This commit is contained in:
parent
67188fe6b0
commit
0a64805148
@ -1,6 +1,7 @@
|
|||||||
Thu Mar 30 20:43:02 1995 Brendan Kehoe <brendan@zen.org>
|
Thu Mar 30 20:43:02 1995 Brendan Kehoe <brendan@zen.org>
|
||||||
|
|
||||||
* sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
|
* sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
|
||||||
|
* sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
|
||||||
|
|
||||||
Thu Mar 30 01:38:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
Thu Mar 30 01:38:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ register double
|
|||||||
/* Jump to the position specified by ENV, causing the
|
/* Jump to the position specified by ENV, causing the
|
||||||
setjmp call there to return VAL, or 1 if VAL is 0. */
|
setjmp call there to return VAL, or 1 if VAL is 0. */
|
||||||
void
|
void
|
||||||
__longjmp (const __jmp_buf env, int val)
|
__longjmp (__jmp_buf env, int val)
|
||||||
{
|
{
|
||||||
/* Restore the integer registers. */
|
/* Restore the integer registers. */
|
||||||
r9 = env[0].__9;
|
r9 = env[0].__9;
|
||||||
|
Loading…
Reference in New Issue
Block a user