aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcc.c b/tcc.c
index a82b8a1..9cd88f3 100644
--- a/tcc.c
+++ b/tcc.c
@@ -531,7 +531,7 @@ int main(int argc, char **argv)
goto the_end;
if (do_bench)
- print_stats(s, getclock_us() - start_time);
+ tcc_print_stats(s, getclock_us() - start_time);
if (s->output_type == TCC_OUTPUT_PREPROCESS) {
if (outfile)