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:
@@ -193,7 +193,6 @@ BITFIELD vc_ic_mode_bits[] = {
|
||||
|
||||
#define IOLN_QVSS 0100
|
||||
|
||||
extern int32 int_req[IPL_HLVL];
|
||||
extern int32 tmxr_poll; /* calibrated delay */
|
||||
|
||||
extern t_stat lk_wr (uint8 c);
|
||||
@@ -666,9 +665,6 @@ switch (rg) {
|
||||
return SCPE_OK;
|
||||
}
|
||||
|
||||
extern jmp_buf save_env;
|
||||
extern int32 p1;
|
||||
|
||||
int32 vc_mem_rd (int32 pa)
|
||||
{
|
||||
uint32 rg = (pa >> 2) & 0xFFFF;
|
||||
|
||||
Reference in New Issue
Block a user