1
0
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:
Mark Pizzolato
2012-03-25 15:08:18 -07:00
parent 66c264d678
commit 8ebabd5f69
18 changed files with 83 additions and 70 deletions

View File

@@ -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 */