mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
vax750_uba.c - Minor compiler warning cleanup
This commit is contained in:
parent
76612265ca
commit
d6f3d328e4
@ -122,7 +122,7 @@ t_stat (*iodispW[IOPAGESIZE >> 1])(int32 dat, int32 ad, int32 md);
|
||||
|
||||
/* Unibus interrupt request to interrupt action map */
|
||||
|
||||
int32 (*int_ack[IPL_HLVL][32])(); /* int ack routines */
|
||||
int32 (*int_ack[IPL_HLVL][32])(void); /* int ack routines */
|
||||
|
||||
/* Unibus interrupt request to vector map */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user