]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Pass FP and SP as 3rd and 4th args, not 2nd and 3rd.
authorRoland McGrath <roland@gnu.org>
Sun, 4 Dec 1994 18:09:25 +0000 (18:09 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 4 Dec 1994 18:09:25 +0000 (18:09 +0000)
sysdeps/alpha/setjmp.S

index 50d75ff8590b86a97854233c4456fd1ed1b12c41..08932ccd1a75338acf3fbb8d07d801244977111d 100644 (file)
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA.  */
    extra arguments.  */
 ENTRY (__sigsetjmp)
        lda $27, __sigsetjmp_aux/* Load address to jump to.  */
-       bis $15, $15, $17       /* Pass FP as 2nd arg.  */
-       bis $30, $30, $18       /* Pass SP as 3nd arg.  */
+       bis $15, $15, $18       /* Pass FP as 3rd arg.  */
+       bis $30, $30, $19       /* Pass SP as 4th arg.  */
        jmp $31, ($27), __sigsetjmp_aux /* Call __sigsetjmp_aux.  */
        .end __sigsetjmp