summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-16 14:42:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-10-16 14:42:32 -0700
commit956391074765de8fb93173948d500d6cedf9768e (patch)
treeac343e139afa6697cfc880bdbbb44fc8e1cbae76
parentf6c9e65d4f906d0847ef747595de6495c92b9778 (diff)
downloadnasm-956391074765de8fb93173948d500d6cedf9768e.tar.gz
Comma-separate contents of __FLOAT__
-rw-r--r--standard.mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/standard.mac b/standard.mac
index e056352e..52f1c579 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]