From: Michael Beck Date: Tue, 11 Mar 2008 23:53:54 +0000 (+0000) Subject: set the isa right X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=75ee2fcd7c5bfb5ff2c680b7086cf796fa9ff66a;hp=9dbc7393d7dc23b776b9a4767cc2f0c06946f1de;p=libfirm set the isa right [r18091] --- diff --git a/ir/be/arm/arm_emitter.c b/ir/be/arm/arm_emitter.c index 53be01863..529407046 100644 --- a/ir/be/arm/arm_emitter.c +++ b/ir/be/arm/arm_emitter.c @@ -1164,10 +1164,10 @@ void arm_gen_routine(const arm_code_gen_t *arm_cg, ir_graph *irg) { ir_node *last_block = NULL; cg = arm_cg; + isa = (const arm_isa_t *)cg->arch_env->isa; arch_env = cg->arch_env; sym_or_tv = new_set(cmp_sym_or_tv, 8); - arm_register_emitters(); /* create the block schedule. For now, we don't need it earlier. */