summaryrefslogtreecommitdiff
path: root/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'asm.h')
-rw-r--r--asm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/asm.h b/asm.h
index 68210d7..b8a7353 100644
--- a/asm.h
+++ b/asm.h
@@ -14,8 +14,5 @@
(0xC0 | (((lim) >> 28) & 0xf)), (((base) >> 24) & 0xff)
#define STA_X 0x8 // Executable segment
-#define STA_E 0x4 // Expand down (non-executable segments)
-#define STA_C 0x4 // Conforming code segment (executable only)
#define STA_W 0x2 // Writeable (non-executable segments)
#define STA_R 0x2 // Readable (executable segments)
-#define STA_A 0x1 // Accessed