VAX, XQ: Removed unneeded variable declaration which caused linker warning using icc compiler
This commit is contained in:
parent
1c2aed70ba
commit
0bf40c2777
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue