X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_dbgout.h;h=143ac1657963886afd0497cffeb71019be63d2aa;hb=6538813a1436408b9d5547090dd181d25d820bf5;hp=a5d7acc3b64097bc73912e730d8cccb402583d3f;hpb=9e32caf2e94f99e6d057b69e5b8384e26de2e785;p=libfirm diff --git a/ir/be/be_dbgout.h b/ir/be/be_dbgout.h index a5d7acc3b..143ac1657 100644 --- a/ir/be/be_dbgout.h +++ b/ir/be/be_dbgout.h @@ -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(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); @@ -51,7 +51,7 @@ void be_dbg_method_end(void); void be_dbg_types(void); /** dump a variable in the global type */ -void be_dbg_variable(ir_entity *ent); +void be_dbg_variable(const ir_entity *ent); void be_dbg_set_dbg_info(dbg_info *dbgi);