patch-1.3.78 linux/arch/alpha/math-emu/fp-emul.c
Next file: linux/arch/alpha/math-emu/ieee-math.c
Previous file: linux/arch/alpha/kernel/time.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Mar 24 12:09:35 1996
-  Orig file: 
v1.3.77/linux/arch/alpha/math-emu/fp-emul.c
-  Orig date: 
Tue Mar  5 10:10:45 1996
diff -u --recursive --new-file v1.3.77/linux/arch/alpha/math-emu/fp-emul.c linux/arch/alpha/math-emu/fp-emul.c
@@ -175,7 +175,7 @@
 
 	insn = get_user((__u32*)pc);
 	fc     = (insn >>  0) &  0x1f;	/* destination register */
-	func   = (insn >>  5) & 0x3ff;
+	func   = (insn >>  5) & 0x7ff;
 	fb     = (insn >> 16) &  0x1f;
 	fa     = (insn >> 21) &  0x1f;
 	opcode = insn >> 26;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this