mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
Compiler cleanup after v3.9-0 merge
This commit is contained in:
@@ -143,7 +143,11 @@ static UFP fmb; /* FMB */
|
||||
static UFP fmq; /* FMQ - hi,lo only */
|
||||
|
||||
extern int32 M[MAXMEMSIZE];
|
||||
extern int32 pcq[PCQ_SIZE];
|
||||
#if defined (PDP15)
|
||||
extern int32 pcq[PCQ_SIZE]; /* PC queue */
|
||||
#else
|
||||
extern int16 pcq[PCQ_SIZE]; /* PC queue */
|
||||
#endif
|
||||
extern int32 pcq_p;
|
||||
extern int32 PC;
|
||||
extern int32 trap_pending, usmd;
|
||||
|
||||
Reference in New Issue
Block a user