aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-05-22 16:58:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-05-22 16:58:44 +0000
commitbb851e58c217873cb0d812398cd512563a3bf359 (patch)
treef629fcd2f3a8bebf5793434b63ecf33dab8b350f /sys/gnu
parent487135e2d32d90ebcb21a0c3c749af492ecd4172 (diff)
Notes
Diffstat (limited to 'sys/gnu')
-rw-r--r--sys/gnu/i386/fpemul/reg_round.s2
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: