From: Christian Würdig Date: Tue, 24 Jan 2006 14:59:59 +0000 (+0000) Subject: fixed node dumper X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=763f328a451b3781d29d492cc825c30fa9cc390d;p=libfirm fixed node dumper --- diff --git a/ir/be/benode.c b/ir/be/benode.c index 0f8555fa9..4e8768694 100644 --- a/ir/be/benode.c +++ b/ir/be/benode.c @@ -519,7 +519,7 @@ static int dump_node(ir_node *irn, FILE *f, dump_reason_t reason) if(get_irn_be_opcode(irn) == beo_Spill) { be_spill_attr_t *a = (be_spill_attr_t *) at; ir_fprintf(f, "spill context: %+F\n", a->spill_ctx); - ir_fprintf(f, "spill offset: %04x (%u)\n", a->offset); + ir_fprintf(f, "spill offset: %04x (%u)\n", a->offset, a->offset); } break; }