From 96bd8f2b25f12e4859f8666fc0b33063d47dd730 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 5 May 2008 22:39:43 +0000 Subject: enable pe-output from libtcc (Shmuel Zeigerman) --- tcc.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tcc.c') diff --git a/tcc.c b/tcc.c index 9727dea..652b918 100644 --- a/tcc.c +++ b/tcc.c @@ -11094,14 +11094,7 @@ int main(int argc, char **argv) } else if (s->output_type == TCC_OUTPUT_MEMORY) { ret = tcc_run(s, argc - optind, argv + optind); } else -#ifdef TCC_TARGET_PE - if (s->output_type != TCC_OUTPUT_OBJ) { - ret = pe_output_file(s, outfile); - } else -#endif - { ret = tcc_output_file(s, outfile) ? 1 : 0; - } the_end: /* XXX: cannot do it with bound checking because of the malloc hooks */ if (!do_bounds_check) -- cgit v1.3.1