CONSOLE: Fix minor compiler warning.
This commit is contained in:
parent
39352914d0
commit
5ab1fd6263
1 changed files with 1 additions and 1 deletions
|
@ -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_attach (UNIT *uptr, CONST char *ptr); /* console attach routine (save,restore) */
|
||||||
static t_stat sim_con_detach (UNIT *uptr); /* console detach 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]
|
#define sim_con_unit sim_con_units[0]
|
||||||
|
|
||||||
/* debugging bitmaps */
|
/* debugging bitmaps */
|
||||||
|
|
Loading…
Add table
Reference in a new issue