patch-2.4.7 linux/arch/i386/math-emu/reg_u_div.S
Next file: linux/arch/ia64/kernel/entry.S
Previous file: linux/arch/i386/kernel/vm86.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Jul 4 14:41:33 2001
- Orig file:
v2.4.6/linux/arch/i386/math-emu/reg_u_div.S
- Orig date:
Fri Apr 6 10:42:47 2001
diff -u --recursive --new-file v2.4.6/linux/arch/i386/math-emu/reg_u_div.S linux/arch/i386/math-emu/reg_u_div.S
@@ -89,10 +89,8 @@
movl REGB,%ebx
movl DEST,%edi
- movw EXP(%esi),%dx
- movw EXP(%ebx),%ax
- .byte 0x0f,0xbf,0xc0 /* movsx %ax,%eax */
- .byte 0x0f,0xbf,0xd2 /* movsx %dx,%edx */
+ movswl EXP(%esi),%edx
+ movswl EXP(%ebx),%eax
subl %eax,%edx
addl EXP_BIAS,%edx
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)