From 2811c24970560e240026f50f5706b9b07b620cf0 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 11 Sep 2006 18:06:42 +0000 Subject: [PATCH] backend now gets the CPU name --- ir/be/be.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/be.h b/ir/be/be.h index 420592dfc..fe69d858f 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, const char *asm_file_name); +void be_main(FILE *file_handle, const char *cup_name); /** The type of the debug info retriever function. */ typedef const char *(*retrieve_dbg_func)(const dbg_info *dbg, unsigned *line); -- 2.20.1