summaryrefslogtreecommitdiff
path: root/output/outcoff.mac
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-09-09 09:37:37 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-09-09 09:37:37 -0700
commitc357381da4b63eb50f5e133066fb72838b4b6ddf (patch)
tree6ba5edf7a5b26b4e3847308878e3dae5ad6dd101 /output/outcoff.mac
parentfe1e649b7ccb93f30133a151a830749a6aa56726 (diff)
downloadnasm-c357381da4b63eb50f5e133066fb72838b4b6ddf.tar.gz
nasm-c357381da4b63eb50f5e133066fb72838b4b6ddf.tar.bz2
nasm-c357381da4b63eb50f5e133066fb72838b4b6ddf.zip
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>
Diffstat (limited to 'output/outcoff.mac')
-rw-r--r--output/outcoff.mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outcoff.mac b/output/outcoff.mac
index c9ecb54..fffb105 100644
--- a/output/outcoff.mac
+++ b/output/outcoff.mac
@@ -1,4 +1,4 @@
-OUT: coff
+OUT: coff win32 win64
%define __SECT__ [section .text]
%macro __NASM_CDecl__ 1
%endmacro