sparc: implement/fix remaining float<->int conversions
[libfirm] / ir / be / be_dbgout.h
index 114d7e7..143ac16 100644 (file)
@@ -42,7 +42,7 @@ void be_dbg_so(const char *filename);
 void be_dbg_main_program(void);
 
 /** debug for a method begin */
-void be_dbg_method_begin(const ir_entity *ent, const be_stack_layout_t *layout);
+void be_dbg_method_begin(const ir_entity *ent);
 
 /** debug for a method end */
 void be_dbg_method_end(void);