mirror of
https://github.com/open-simh/simh.git
synced 2026-05-03 06:39:03 +00:00
VAX: Move CPU register and routine declarations into vax_defs.h
Avoid redundant declarations in every simulator module that uses them and allow compiler to validate consistency of declarations and definitions.
This commit is contained in:
@@ -197,8 +197,6 @@
|
||||
#define DBG_RD 0x0004 /* disk reads */
|
||||
#define DBG_WR 0x0008 /* disk writes */
|
||||
|
||||
extern int32 int_req[IPL_HLVL];
|
||||
|
||||
uint16 *rbxb = NULL; /* xfer buffer */
|
||||
int32 rbcs = 0; /* control/status */
|
||||
int32 rbba = 0; /* memory address */
|
||||
|
||||
Reference in New Issue
Block a user