diff options
author | John van Groningen | 2016-04-15 09:11:29 +0000 |
---|---|---|
committer | John van Groningen | 2016-04-15 09:11:29 +0000 |
commit | 5e13e2c1d26e23090ec5b8c60b8cf3a2d38844e2 (patch) | |
tree | 1853114591519fadc67048e9a74e46356f73d640 /cg.c | |
parent | generate 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |