summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-05-22 16:56:42 +0000
committerobrien <obrien@FreeBSD.org>2000-05-22 16:56:42 +0000
commit3848c8a61b18023b5caf9eaab54dbc64e0cac484 (patch)
tree9dd95512a0e8aa5a3af749d2892450db2b52657c /sys/gnu/i386
parentb1fe210efcf39b4d1bd890a6835a37515aa3643c (diff)
downloadFreeBSD-src-3848c8a61b18023b5caf9eaab54dbc64e0cac484.zip
FreeBSD-src-3848c8a61b18023b5caf9eaab54dbc64e0cac484.tar.gz
Fix inconsistent assembly. If byte moves are specified, a byte-sized
target must be too.
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 fe73048..6f4b63e 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
OpenPOWER on IntegriCloud