mirror of
https://github.com/simh/simh.git
synced 2026-01-14 07:39:29 +00:00
VAX, XQ: Removed unneeded variable declaration which caused linker warning using icc compiler
This commit is contained in:
parent
1c2aed70ba
commit
0bf40c2777
@ -75,7 +75,6 @@
|
||||
extern int32 PSL; /* PSL */
|
||||
extern int32 fault_PC; /* fault PC */
|
||||
extern int32 int_req[IPL_HLVL];
|
||||
uint32 cpu_idle_mask; /* idle mask (OS type) */
|
||||
#define ULTRIX1X ((cpu_idle_mask&VAX_IDLE_ULT1X) && ((cpu_idle_mask & ~VAX_IDLE_ULT1X) == 0))
|
||||
#else /* PDP-11 version */
|
||||
#include "pdp11_defs.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user