X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe_dbgout_t.h;h=caf0301556de19f826ba83f71dfc1f1ef6ff1ce8;hb=f2c2e45eb4e677fef5bf6a8e418b2a22441172d5;hp=7acf77eee5dc8fdc52f4566cd8da32a1686dbb42;hpb=379fd05b0fb269dd9b9105810de1ce565b18e446;p=libfirm diff --git a/ir/be/be_dbgout_t.h b/ir/be/be_dbgout_t.h index 7acf77eee..caf030155 100644 --- a/ir/be/be_dbgout_t.h +++ b/ir/be/be_dbgout_t.h @@ -56,7 +56,7 @@ typedef struct debug_ops { void (*types)(dbg_handle *handle); /** dump a variable in the global type */ - void (*variable)(dbg_handle *h, struct obstack *obst, ir_entity *ent); + void (*variable)(dbg_handle *h, ir_entity *ent); /** notify debug info about position change */ void (*set_dbg_info)(dbg_handle *h, dbg_info *dbgi);