summaryrefslogtreecommitdiff
path: root/cg.c
diff options
context:
space:
mode:
authorJohn van Groningen2016-04-15 09:11:29 +0000
committerJohn van Groningen2016-04-15 09:11:29 +0000
commit5e13e2c1d26e23090ec5b8c60b8cf3a2d38844e2 (patch)
tree1853114591519fadc67048e9a74e46356f73d640 /cg.c
parentgenerate a word instead of a byte for abc instruction "instruction" for the ARM (diff)
generate object code instead of assembly on the Mac
Diffstat (limited to 'cg.c')
-rw-r--r--cg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cg.c b/cg.c
index 23a91f7..2298e01 100644
--- a/cg.c
+++ b/cg.c
@@ -19,7 +19,7 @@
#include <stdlib.h>
#include <stdio.h>
-#if ! (defined (M68000) && defined (SUN)) && !defined (MACH_O64)
+#if ! (defined (M68000) && defined (SUN))
# define GENERATE_OBJECT_FILE
#endif