diff options
Diffstat (limited to 'sim/common/dv-pal.c')
-rw-r--r-- | sim/common/dv-pal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/dv-pal.c b/sim/common/dv-pal.c index 9b1bc74a956..5717820e64c 100644 --- a/sim/common/dv-pal.c +++ b/sim/common/dv-pal.c @@ -212,7 +212,7 @@ static const struct hw_port_descriptor hw_pal_ports[] = { { "countdown", COUNTDOWN_PORT, 0, output_port, }, { "timer", TIMER_PORT, 0, output_port, }, { "int", INT_PORT, MAX_NR_PROCESSORS, output_port, }, - { NULL } + { NULL, 0, 0, 0 } }; @@ -602,5 +602,5 @@ hw_pal_finish (struct hw *hw) const struct hw_descriptor dv_pal_descriptor[] = { { "pal", hw_pal_finish, }, - { NULL }, + { NULL, NULL }, }; |