diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 14:42:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 14:42:32 -0700 |
commit | 956391074765de8fb93173948d500d6cedf9768e (patch) | |
tree | ac343e139afa6697cfc880bdbbb44fc8e1cbae76 /standard.mac | |
parent | f6c9e65d4f906d0847ef747595de6495c92b9778 (diff) | |
download | nasm-956391074765de8fb93173948d500d6cedf9768e.tar.gz nasm-956391074765de8fb93173948d500d6cedf9768e.tar.bz2 nasm-956391074765de8fb93173948d500d6cedf9768e.zip |
Comma-separate contents of __FLOAT__
Diffstat (limited to 'standard.mac')
-rw-r--r-- | standard.mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standard.mac b/standard.mac index e056352..52f1c57 100644 --- a/standard.mac +++ b/standard.mac @@ -115,7 +115,7 @@ __SECT__ %define __FLOAT_ROUND__ near ; __FLOAT__ contains the whole floating-point configuration so it can ; be saved and restored -%define __FLOAT__ __FLOAT_DAZ__ __FLOAT_ROUND__ +%define __FLOAT__ __FLOAT_DAZ__,__FLOAT_ROUND__ %imacro float 1-*.nolist %rep %0 [float %1] |