patch-2.1.81 linux/include/asm-i386/uaccess.h

Next file: linux/include/asm-i386/unistd.h
Previous file: linux/include/asm-i386/softirq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.80/linux/include/asm-i386/uaccess.h linux/include/asm-i386/uaccess.h
@@ -263,7 +263,7 @@
 		"	.long 0b,3b\n"					\
 		"	.long 1b,2b\n"					\
 		".previous"						\
-		: "=c"(size)						\
+		: "=&c"(size)						\
 		: "r"(size & 3), "0"(size / 4), "D"(to), "S"(from)	\
 		: "di", "si", "memory")
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov