patch-2.1.93 linux/include/asm-i386/string.h
Next file: linux/include/linux/bios32.h
Previous file: linux/include/asm-i386/smp.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Apr  1 20:46:09 1998
-  Orig file: 
v2.1.92/linux/include/asm-i386/string.h
-  Orig date: 
Thu Mar 26 15:57:05 1998
diff -u --recursive --new-file v2.1.92/linux/include/asm-i386/string.h linux/include/asm-i386/string.h
@@ -442,7 +442,7 @@
 		case 0: COMMON(""); return to;
 		case 1: COMMON("\n\tmovsb"); return to;
 		case 2: COMMON("\n\tmovsw"); return to;
-		case 3: COMMON("\n\tmovsw\n\tmovsb"); return to;
+		default: COMMON("\n\tmovsw\n\tmovsb"); return to;
 	}
 #undef COMMON
 }
@@ -593,7 +593,7 @@
 		case 0: COMMON(""); return s;
 		case 1: COMMON("\n\tstosb"); return s;
 		case 2: COMMON("\n\tstosw"); return s;
-		case 3: COMMON("\n\tstosw\n\tstosb"); return s;
+		default: COMMON("\n\tstosw\n\tstosb"); return s;
 	}
 #undef COMMON
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov