diff options
Diffstat (limited to 'sys/gnu/i386')
| -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 a01422f31b6bc..f12e055200f58 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 */ - testb $1,%ebx + test $1,%ebx jz LCheck_truncate_64 LDo_64_round_up: |
