patch-2.1.27 linux/include/asm-i386/string-486.h
Next file: linux/include/linux/ax25.h
Previous file: linux/include/asm-i386/smp.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Feb 21 14:58:35 1997
- Orig file:
v2.1.26/linux/include/asm-i386/string-486.h
- Orig date:
Mon Oct 28 05:02:57 1996
diff -u --recursive --new-file v2.1.26/linux/include/asm-i386/string-486.h linux/include/asm-i386/string-486.h
@@ -339,7 +339,9 @@
"cmpl $-1,%2\n\t"
"jne 1b\n"
"3:\tsubl %1,%0"
- :"=a" (__res):"c" (s),"d" (count));
+ :"=a" (__res)
+ :"c" (s),"d" (count)
+ :"dx");
return __res;
}
/* end of additional stuff */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov