From 94af2d05de84a5329886bb265f99c2ad7f0a1005 Mon Sep 17 00:00:00 2001 From: Adam Szalkowski Date: Wed, 4 Jan 2006 09:55:10 +0000 Subject: [PATCH] function pointer at wrong position in static struct initialization --- ir/be/benode.c | 2 ++ 1 file changed, 2 insertions(+) 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 }; -- 2.20.1