diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-06-03 11:09:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-06-03 11:09:09 +0000 |
| commit | 61b9b2965cf26de412d68b234540ccb7dddea8f7 (patch) | |
| tree | 8ee79f3948d74de891639f48b1d82938c7327c40 /sys/gnu/i386/fpemul | |
| parent | 8b788cbd86b73f9811cf6955cbbb66fb4267f440 (diff) | |
Notes
Diffstat (limited to 'sys/gnu/i386/fpemul')
| -rw-r--r-- | sys/gnu/i386/fpemul/reg_round.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/i386/fpemul/reg_round.s b/sys/gnu/i386/fpemul/reg_round.s index f12e055200f5..9acc602ccf40 100644 --- a/sys/gnu/i386/fpemul/reg_round.s +++ b/sys/gnu/i386/fpemul/reg_round.s @@ -385,7 +385,7 @@ LRound_nearest_64: jne LDo_64_round_up /* Now test for round-to-even */ - test $1,%ebx + testb $1,%bl jz LCheck_truncate_64 LDo_64_round_up: |
