diff options
Diffstat (limited to 'sim/common/dv-glue.c')
-rw-r--r-- | sim/common/dv-glue.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/common/dv-glue.c b/sim/common/dv-glue.c index 7720e3f..58978d8 100644 --- a/sim/common/dv-glue.c +++ b/sim/common/dv-glue.c @@ -357,8 +357,8 @@ hw_glue_port_event (struct hw *me, static const struct hw_port_descriptor hw_glue_ports[] = { - { "int", 0, max_nr_ports }, - { NULL } + { "int", 0, max_nr_ports, 0 }, + { NULL, 0, 0, 0 } }; @@ -370,5 +370,5 @@ const struct hw_descriptor dv_glue_descriptor[] = { { "glue-xor", hw_glue_finish, }, { "glue-nor", hw_glue_finish, }, { "glue-not", hw_glue_finish, }, - { NULL }, + { NULL, NULL }, }; |