fixed indentation, deleted useless comment
[libfirm] / ir / be / arm / bearch_arm.c
index 3501895..e1e67cd 100644 (file)
@@ -577,6 +577,7 @@ static void *arm_cg_init(be_irg_t *birg);
 
 static const arch_code_generator_if_t arm_code_gen_if = {
        arm_cg_init,
+       NULL,               /* get_pic_base */
        arm_before_abi,     /* before abi introduce */
        arm_prepare_graph,
        NULL,               /* spill */