interface changed: outfile is transmitted to the isa, not to the code generators
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 2 Apr 2006 21:28:34 +0000 (21:28 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 2 Apr 2006 21:28:34 +0000 (21:28 +0000)
ir/be/arm/bearch_arm.c

index 1b94993..e37021e 100644 (file)
@@ -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();