mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 14:30:22 +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:
@@ -65,8 +65,6 @@
|
||||
|
||||
#define MEM_BOARD_MASK(x,y) ((1u << (uint32)(x/y)) - 1)
|
||||
|
||||
extern UNIT cpu_unit;
|
||||
|
||||
uint32 mcsr0 = 0;
|
||||
uint32 mcsr1 = 0;
|
||||
uint32 mcsr2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user