Fix inconsistent assembly. If byte moves are specified, a byte-sized

target must be too.
This commit is contained in:
David E. O'Brien 2000-05-22 16:56:42 +00:00
parent a0f2601e13
commit 487135e2d3

View File

@ -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