From: Michael Beck Date: Tue, 11 Jan 2005 12:25:19 +0000 (+0000) Subject: stat_finish must always exist X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=eb3fc02d5f0168af12284d4851f1801530f48605;p=libfirm stat_finish must always exist [r4847] --- diff --git a/ir/stat/firmstat.c b/ir/stat/firmstat.c index f68870ba8..6555ab71e 100644 --- a/ir/stat/firmstat.c +++ b/ir/stat/firmstat.c @@ -1381,4 +1381,9 @@ void init_stat(unsigned enable_options) #undef X } +#else + +/* Finish the statistics */ +void stat_finish(const char *name) {} + #endif /* FIRM_STATISTICS */