nasm/output/outmacho.mac
H. Peter Anvin c357381da4 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>
2008-09-09 09:37:37 -07:00

5 lines
78 B
Plaintext

OUT: macho
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro