patch-2.1.81 linux/arch/i386/lib/usercopy.c
Next file: linux/drivers/block/floppy.c
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Jan 23 16:34:36 1998
-  Orig file: 
v2.1.80/linux/arch/i386/lib/usercopy.c
-  Orig date: 
Sat Jan 10 21:28:41 1998
diff -u --recursive --new-file v2.1.80/linux/arch/i386/lib/usercopy.c linux/arch/i386/lib/usercopy.c
@@ -89,7 +89,7 @@
 		"	.long 0b,3b\n"					\
 		"	.long 1b,2b\n"					\
 		".previous"						\
-		: "=c"(size)						\
+		: "=&c"(size)						\
 		: "r"(size & 3), "0"(size / 4), "D"(addr), "a"(0)	\
 		: "di")
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov