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 b6f00ce..470f7bc 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