diff options
Diffstat (limited to 'sim/common/dv-glue.c')
-rw-r--r-- | sim/common/dv-glue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/dv-glue.c b/sim/common/dv-glue.c index 40d294f..7720e3f 100644 --- a/sim/common/dv-glue.c +++ b/sim/common/dv-glue.c @@ -186,7 +186,7 @@ struct hw_glue { static hw_io_read_buffer_method hw_glue_io_read_buffer; static hw_io_write_buffer_method hw_glue_io_write_buffer; static hw_port_event_method hw_glue_port_event; -const static struct hw_port_descriptor hw_glue_ports[]; +static const struct hw_port_descriptor hw_glue_ports[]; static void hw_glue_finish (struct hw *me) |