mirror of
https://github.com/simh/simh.git
synced 2026-01-27 12:32:24 +00:00
CONSOLE: Fix minor compiler warning.
This commit is contained in:
@@ -178,7 +178,7 @@ static t_stat sim_con_reset (DEVICE *dptr); /* console reset rou
|
||||
static t_stat sim_con_attach (UNIT *uptr, CONST char *ptr); /* console attach routine (save,restore) */
|
||||
static t_stat sim_con_detach (UNIT *uptr); /* console detach routine (save,restore) */
|
||||
|
||||
UNIT sim_con_units[2] = { UDATA (&sim_con_poll_svc, UNIT_ATTABLE, 0) }; /* console connection unit */
|
||||
UNIT sim_con_units[2] = {{ UDATA (&sim_con_poll_svc, UNIT_ATTABLE, 0)}}; /* console connection unit */
|
||||
#define sim_con_unit sim_con_units[0]
|
||||
|
||||
/* debugging bitmaps */
|
||||
|
||||
Reference in New Issue
Block a user