From 1316482535e9d50464d4112079ef585727412860 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Thu, 6 Apr 2023 12:30:21 -1000 Subject: [PATCH] VAX simulators: Add explicit void to vax_init declaration --- VAX/vax_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAX/vax_defs.h b/VAX/vax_defs.h index 36b636d4..2ae104af 100644 --- a/VAX/vax_defs.h +++ b/VAX/vax_defs.h @@ -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 */