1
0
mirror of https://github.com/simh/simh.git synced 2026-03-03 10:06:27 +00:00

VAX simulators: Add explicit void to vax_init declaration

This commit is contained in:
Mark Pizzolato
2023-04-06 12:30:21 -10:00
parent a938f1e13f
commit 1316482535

View File

@@ -1036,7 +1036,7 @@ extern t_stat cpu_show_instruction_set (FILE *st, UNIT *uptr, int32 val, CONST v
extern t_stat cpu_set_instruction_set (UNIT *uptr, int32 val, CONST char *cptr, void *desc);
extern t_stat cpu_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr);
extern t_stat cpu_model_help (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, const char *cptr);
extern void vax_init();
extern void vax_init(void);
extern const uint32 byte_mask[33];
extern int32 autcon_enb; /* autoconfig enable */
extern int32 int_req[IPL_HLVL]; /* intr, IPL 14-17 */