mirror of
https://github.com/open-simh/simh.git
synced 2026-05-02 22:33:04 +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:
@@ -219,8 +219,6 @@ int32 fl_bptr = 0; /* buffer pointer */
|
||||
|
||||
uint8 comm_region[COMM_LNT] = { 0 }; /* comm region */
|
||||
|
||||
extern jmp_buf save_env;
|
||||
|
||||
t_stat tti_svc (UNIT *uptr);
|
||||
t_stat tto_svc (UNIT *uptr);
|
||||
t_stat clk_svc (UNIT *uptr);
|
||||
|
||||
Reference in New Issue
Block a user