aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-22 16:56:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-22 16:56:42 +0000
commit487135e2d32d90ebcb21a0c3c749af492ecd4172 (patch)
treed2ffb91df28d310cfe27f0400f9b9b0aa9675790 /sys/gnu/i386
parenta0f2601e137871d18cf6ec03ed1e509bce21bc21 (diff)
downloadsrc-487135e2d32d90ebcb21a0c3c749af492ecd4172.tar.gz
src-487135e2d32d90ebcb21a0c3c749af492ecd4172.zip
Fix inconsistent assembly. If byte moves are specified, a byte-sized
target must be too.
Notes
Notes: svn path=/head/; revision=60800
Diffstat (limited to 'sys/gnu/i386')
-rw-r--r--sys/gnu/i386/fpemul/reg_div.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/i386/fpemul/reg_div.s b/sys/gnu/i386/fpemul/reg_div.s
index fe73048da9a5..6f4b63ea59bb 100644
--- a/sys/gnu/i386/fpemul/reg_div.s
+++ b/sys/gnu/i386/fpemul/reg_div.s
@@ -233,8 +233,8 @@ L_arg2_not_inf:
#endif DENORM_OPERAND
L_copy_arg1:
- movb TAG(%esi),%ax
- movb %ax,TAG(%edi)
+ movb TAG(%esi),%al
+ movb %al,TAG(%edi)
movl EXP(%esi),%eax
movl %eax,EXP(%edi)
movl SIGL(%esi),%eax