X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_dbgout_t.h;h=aa80a2d60c08cb56c93fc4c4f229bb590f739ef3;hb=011ba04f46ea5a34c7d3c88401b488a50c2cdd00;hp=a8858350bcceb43465cce353ac2f25193cdae715;hpb=d2c1b0191844c3c23731158a153838d570dcd65a;p=libfirm diff --git a/ir/be/be_dbgout_t.h b/ir/be/be_dbgout_t.h index a8858350b..aa80a2d60 100644 --- a/ir/be/be_dbgout_t.h +++ b/ir/be/be_dbgout_t.h @@ -27,6 +27,7 @@ #ifndef FIRM_BE_BE_DBGOUT_T_H #define FIRM_BE_BE_DBGOUT_T_H +#include "be_dbgout.h" #include "obst.h" #include "firm_types.h" #include "be_types.h" @@ -47,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, 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); @@ -56,7 +57,7 @@ typedef struct debug_ops { void (*types)(dbg_handle *handle); /** dump a variable in the global type */ - void (*variable)(dbg_handle *h, ir_entity *ent); + void (*variable)(dbg_handle *h, const ir_entity *ent); /** notify debug info about position change */ void (*set_dbg_info)(dbg_handle *h, dbg_info *dbgi);