summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-19 14:26:52 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-19 14:26:52 -0700
commit31420e76d1e333825df39964888089181ccf8129 (patch)
treeffb094a7a99565cbc014eb917d27e4bb68967899
parent513e3c1bd2ad6fc0fe1a6d1517b03d3a57c8dbe5 (diff)
downloadnasm-31420e76d1e333825df39964888089181ccf8129.tar.gz
test/floatx.asm: fix test case
"dq" should have been "dt"
-rw-r--r--test/floatx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/floatx.asm b/test/floatx.asm
index dd6f5118..50995436 100644
--- a/test/floatx.asm
+++ b/test/floatx.asm
@@ -138,7 +138,7 @@
dt 0x1.ffffffffffffffffffffffffffffp-16383 ; Rounds to normal
dt 0x1.0p-16382 ; Smallest non-denorm
dt 0x1.0p+16383 ; Biggest possible exponent
- dq 0x1.ffffffffffffffffffffffffffffp+16383 ; Rounds to infinity
+ dt 0x1.ffffffffffffffffffffffffffffp+16383 ; Rounds to infinity
dt Inf ; Infinity
dt NaN