X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbe_dbgout_t.h;h=aa80a2d60c08cb56c93fc4c4f229bb590f739ef3;hb=7cf3689476440ec8774dc310354c0948a6f5bfae;hp=cc859ab88a31cd127b2a7df7ee0819d26d26fdbf;hpb=ea75e9d38674b468f602a0699fb64b9c01254797;p=libfirm diff --git a/ir/be/be_dbgout_t.h b/ir/be/be_dbgout_t.h index cc859ab88..aa80a2d60 100644 --- a/ir/be/be_dbgout_t.h +++ b/ir/be/be_dbgout_t.h @@ -48,7 +48,7 @@ typedef struct debug_ops { void (*main_program)(dbg_handle *handle); /** dumps the stabs for a method begin */ - void (*method_begin)(dbg_handle *handle, const ir_entity *ent, const be_stack_layout_t *layout); + void (*method_begin)(dbg_handle *handle, const ir_entity *ent); /** dumps the stabs for a method end */ void (*method_end)(dbg_handle *handle);