From: Michael Beck Date: Sun, 2 Apr 2006 21:28:34 +0000 (+0000) Subject: interface changed: outfile is transmitted to the isa, not to the code generators X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=50f482ecba37330c44324feafb85fad850a91650;p=libfirm interface changed: outfile is transmitted to the isa, not to the code generators --- diff --git a/ir/be/arm/bearch_arm.c b/ir/be/arm/bearch_arm.c index 1b949932c..e37021ef3 100644 --- a/ir/be/arm/bearch_arm.c +++ b/ir/be/arm/bearch_arm.c @@ -665,7 +665,8 @@ static void *arm_init(FILE *file_handle) { arm_gp_regs[REG_PC].name = "r15"; } - isa->cg = NULL; + isa->cg = NULL; + isa->out = file_handle; arm_create_opcodes(); arm_global_init();