If we are going to do a byte compare, the operands should be byte-sized.

In this case, I believe we want to compare against the 32-bit operand so
use a full-world compare operation.
This commit is contained in:
David E. O'Brien 2000-05-22 16:58:44 +00:00
parent 487135e2d3
commit bb851e58c2
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ LRound_nearest_64:
jne LDo_64_round_up
/* Now test for round-to-even */
testb $1,%ebx
test $1,%ebx
jz LCheck_truncate_64
LDo_64_round_up: