mirror of
https://github.com/frida/tinycc
synced 2024-12-26 23:09:41 +03:00
tcc: move undef out of if block
This commit is contained in:
parent
10a08a372f
commit
f3d3ab5a69
2
tcc.c
2
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user