summaryrefslogtreecommitdiff
path: root/cg.c
diff options
context:
space:
mode:
authorJohn van Groningen2006-01-10 14:10:22 +0000
committerJohn van Groningen2006-01-10 14:10:22 +0000
commit7c3efe45b1f889621b1ead7489f5e2eccb386a1a (patch)
treeea8dd3c0e13d01382e4df243e154e1f440f8cb26 /cg.c
parentadd pushLc instruction for pushing the value of a label, with (diff)
port to 64 bit windows
Diffstat (limited to 'cg.c')
-rw-r--r--cg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cg.c b/cg.c
index 49054c1..d86d89c 100644
--- a/cg.c
+++ b/cg.c
@@ -613,6 +613,8 @@ static void argument_error (VOID)
extern int compiler_id;
#endif
+extern int intel_asm;
+
#ifdef MAIN_CLM
# if !(defined (__MWERKS__) && defined (__cplusplus))
# ifdef CG_PPC_XO
@@ -697,6 +699,8 @@ int main (int argc,char **argv)
else if (!strcmp (s,"pt"))
profile_table_flag=1;
#endif
+ else if (!strcmp (s,"intelasm"))
+ intel_asm=1;
else if (!strcmp (s,"mc68000")){
mc68000_flag=1;
mc68881_flag=0;