function pointer at wrong position in static struct initialization
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 4 Jan 2006 09:55:10 +0000 (09:55 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 4 Jan 2006 09:55:10 +0000 (09:55 +0000)
ir/be/benode.c

index 0f6ec63..63b685d 100644 (file)
@@ -87,6 +87,8 @@ static const ir_op_ops be_node_ops = {
        NULL,
        NULL,
        NULL,
+       NULL,
+       NULL,
        dump_node,
        NULL
 };