set the global isa object
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Mar 2008 20:10:33 +0000 (20:10 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 11 Mar 2008 20:10:33 +0000 (20:10 +0000)
[r18080]

ir/be/arm/arm_emitter.c

index c2bcd08..0848575 100644 (file)
@@ -1164,6 +1164,7 @@ 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);