mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
Comma-separate contents of __FLOAT__
This commit is contained in:
parent
f6c9e65d4f
commit
9563910747
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user