diff options
Diffstat (limited to 'sim/common/hw-ports.c')
-rw-r--r-- | sim/common/hw-ports.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c index 8f88cb3..2cd469d 100644 --- a/sim/common/hw-ports.c +++ b/sim/common/hw-ports.c @@ -51,7 +51,7 @@ struct hw_port_data { }; const struct hw_port_descriptor empty_hw_ports[] = { - { NULL, }, + { NULL, 0, 0, 0 }, }; static void |