mirror of
https://github.com/open-simh/simh.git
synced 2026-05-01 14:06:14 +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:
@@ -77,7 +77,6 @@
|
||||
#define DE_SIZE 7 /* entry size in words */
|
||||
#define DE_GET_STAT(x) (((x) >> 8) & 0377)
|
||||
|
||||
extern UNIT cpu_unit;
|
||||
extern UNIT fl_unit;
|
||||
|
||||
t_bool rtfile_parse (char *pntr, uint16 *file_name);
|
||||
|
||||
Reference in New Issue
Block a user