]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/lshift.S
Update.
[thirdparty/glibc.git] / sysdeps / i386 / lshift.S
index c427ff02621304ac2adc99cedae3379f6ce65419..737ce3ed2bed24a0b4bc4dd52003dbf95ef80335 100644 (file)
@@ -1,5 +1,5 @@
 /* i80386 __mpn_lshift --
-   Copyright (C) 1992, 1994, 1997, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1994, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU MP Library.
 
    The GNU MP Library is free software; you can redistribute it and/or modify
@@ -47,7 +47,7 @@ ENTRY(__mpn_lshift)
        decl    %edx
        jz      L(end)
        pushl   %eax                    /* push carry limb onto stack */
-       testb   $1,%edx
+       testb   $1,%dl
        jnz     L(1)                    /* enter loop in the middle */
        movl    %ebx,%eax