]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Reverse register and immediate args in `bis' insn; immediate must be
authorRoland McGrath <roland@gnu.org>
Thu, 15 Dec 1994 01:01:53 +0000 (01:01 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 15 Dec 1994 01:01:53 +0000 (01:01 +0000)
second.

sysdeps/alpha/bsd-setjmp.S

index b6f00ce99ff5216eda395448a6d67348ba4b3b4a..470f7bc47daa082ec0b018c0f896c84d839af52c 100644 (file)
@@ -25,6 +25,6 @@ Cambridge, MA 02139, USA.  */
 
 ENTRY (setjmp)
        lda $27, __sigsetjmp    /* Load address to jump to.  */
-       bis 1, $31, $17         /* Pass a second argument of one.  */
+       bis $31, 1, $17         /* Pass a second argument of one.  */
        jmp $31, ($27), __sigsetjmp /* Call __sigsetjmp.  */
        .end setjmp