patch-2.1.20 linux/include/asm-i386/string.h
Next file: linux/include/asm-i386/uaccess.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Jan 2 12:15:01 1997
- Orig file:
v2.1.19/linux/include/asm-i386/string.h
- Orig date:
Wed Dec 18 15:58:52 1996
diff -u --recursive --new-file v2.1.19/linux/include/asm-i386/string.h linux/include/asm-i386/string.h
@@ -550,7 +550,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