From: Adam Szalkowski Date: Wed, 4 Jan 2006 09:55:10 +0000 (+0000) Subject: function pointer at wrong position in static struct initialization X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=94af2d05de84a5329886bb265f99c2ad7f0a1005;p=libfirm function pointer at wrong position in static struct initialization --- diff --git a/ir/be/benode.c b/ir/be/benode.c index 0f6ec63ec..63b685dd6 100644 --- a/ir/be/benode.c +++ b/ir/be/benode.c @@ -87,6 +87,8 @@ static const ir_op_ops be_node_ops = { NULL, NULL, NULL, + NULL, + NULL, dump_node, NULL };