mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
Cleanup of compiler noted issue
This commit is contained in:
parent
35e66482b3
commit
2af67a75b0
@ -125,7 +125,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