From: Christian Würdig Date: Wed, 6 Sep 2006 12:03:54 +0000 (+0000) Subject: filename parameter to be_main added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c4eb200b32594fd47d2051f52953dcf6c7a9fd43;p=libfirm filename parameter to be_main added --- diff --git a/ir/be/be.h b/ir/be/be.h index f0895c45a..420592dfc 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -52,7 +52,7 @@ const backend_params *be_init(void); /** * Main interface to the frontend. */ -void be_main(FILE *file_handle); +void be_main(FILE *file_handle, const char *asm_file_name); /** The type of the debug info retriever function. */ typedef const char *(*retrieve_dbg_func)(const dbg_info *dbg, unsigned *line);