X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbedbgout.c;h=cb5591dc96bf66291030b8ec4c815c65d86889b1;hb=fc2759fa267ba4b074c2ac570c1b9d47cc943612;hp=fd03dd12f6d636242d266b7db5d9a9f78f8b3214;hpb=379fd05b0fb269dd9b9105810de1ce565b18e446;p=libfirm diff --git a/ir/be/bedbgout.c b/ir/be/bedbgout.c index fd03dd12f..cb5591dc9 100644 --- a/ir/be/bedbgout.c +++ b/ir/be/bedbgout.c @@ -64,9 +64,9 @@ void be_dbg_types(void) { handle->ops->types(handle); } -void be_dbg_variable(struct obstack *obst, ir_entity *ent) { +void be_dbg_variable(ir_entity *ent) { if (handle->ops->variable) - handle->ops->variable(handle, obst, ent); + handle->ops->variable(handle, ent); } void be_dbg_set_dbg_info(dbg_info *dbgi) {