--- Net2/arch/i386/include/psl.h 2018/04/24 18:04:01 1.1 +++ Net2/arch/i386/include/psl.h 2018/04/24 18:05:16 1.1.1.2 @@ -44,7 +44,6 @@ #define PSL_AF 0x00000010 /* bcd carry bit */ #define PSL_Z 0x00000040 /* zero bit */ #define PSL_N 0x00000080 /* negative bit */ -#define PSL_ALLCC 0x000000d5 /* all cc bits - unlikely */ #define PSL_T 0x00000100 /* trace enable bit */ #define PSL_I 0x00000200 /* interrupt enable bit */ #define PSL_D 0x00000400 /* string instruction direction bit */