diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-08 19:26:57 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-08 19:26:57 -0700 |
commit | f57f55c9cb5e6f124b4eb7c7320b0d4bd28684b4 (patch) | |
tree | 9d18ac551b72cbfa0bbef1b233f1a725a1aed364 | |
parent | d9e3116be19165325ee9457bc207d47300075739 (diff) | |
download | nasm-f57f55c9cb5e6f124b4eb7c7320b0d4bd28684b4.tar.gz nasm-f57f55c9cb5e6f124b4eb7c7320b0d4bd28684b4.tar.bz2 nasm-f57f55c9cb5e6f124b4eb7c7320b0d4bd28684b4.zip |
Revert "floatb.asm: fix broken testcase"
This reverts commit d9e3116be19165325ee9457bc207d47300075739.
0x513c1704 is 50.49e9, not 50.40e9
-rw-r--r-- | test/floatb.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/floatb.asm b/test/floatb.asm index b73c75c..b13c4d3 100644 --- a/test/floatb.asm +++ b/test/floatb.asm @@ -5,7 +5,7 @@ dd 0x5023e9ac ; Should be... dd 50.40e9 - dd 0x513c1704 ; Should be... + dd 0x513bc130 ; Should be... dq 1.4e23 dq 0x44bda56a4b0835c0 |