0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-08-23 10:33:50 -04:00

macros: win32 and win64 are COFF, not Mach-O

Somehow the win32 and win64 aliases got listed on Mach-O, not on
COFF.  This doesn't have any effect on the current code, but might in
the future.  Correct.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2008-09-09 09:37:37 -07:00
parent fe1e649b7c
commit c357381da4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
OUT: coff OUT: coff win32 win64
%define __SECT__ [section .text] %define __SECT__ [section .text]
%macro __NASM_CDecl__ 1 %macro __NASM_CDecl__ 1
%endmacro %endmacro

View File

@ -1,4 +1,4 @@
OUT: macho win32 win64 OUT: macho
%define __SECT__ [section .text] %define __SECT__ [section .text]
%macro __NASM_CDecl__ 1 %macro __NASM_CDecl__ 1
%endmacro %endmacro