aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index 692d355..81a3265 100644
--- a/tcc.c
+++ b/tcc.c
@@ -236,9 +236,9 @@ void exec_other_tcc(TCCState *s, int argc,char **argv,int optarg)
execvp(arg, WIN32_CAST (argv));
error("cross compiler not found!");
exit(1);
-#undef WIN32_CAST
} else warning("-m32 infinite loop prevented");
} else warning("usupported option \"-m%s\"",optarg);
+#undef WIN32_CAST
#endif
}