mirror of
https://github.com/simh/simh.git
synced 2026-04-26 20:16:39 +00:00
Makefile and readline fix and additional compiler nits missed earlier
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
struct ndev {
|
||||
int32 level; /* interrupt level */
|
||||
int32 pri; /* Device priority */
|
||||
int32 (*routine)(); /* dispatch routine */
|
||||
int32 (*routine)(int32, int32, int32, int32); /* dispatch routine */
|
||||
};
|
||||
|
||||
/* Structure to define operation codes */
|
||||
|
||||
Reference in New Issue
Block a user