- BugFix: fixed effect of r22470: Immediate is always the RIGHT operand
[libfirm] / ir / be / ia32 / ia32_emitter.h
index c764c1d..c3ef0df 100644 (file)
@@ -50,6 +50,6 @@ void ia32_emit_am(const ir_node *node);
 void ia32_emit_x87_binop(const ir_node *node);
 
 void ia32_gen_routine(ia32_code_gen_t *cg, ir_graph *irg);
-void ia32_assign_exc_label(const ir_node *node);
+void ia32_assign_exc_label(ir_node *node);
 
 #endif