summaryrefslogtreecommitdiff
path: root/src/arch/x86/segmentregs.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/segmentregs.hh')
-rw-r--r--src/arch/x86/segmentregs.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/segmentregs.hh b/src/arch/x86/segmentregs.hh
index 9fd9bcb0e..524b756d6 100644
--- a/src/arch/x86/segmentregs.hh
+++ b/src/arch/x86/segmentregs.hh
@@ -68,6 +68,7 @@ namespace X86ISA
SEGMENT_REG_DS,
SEGMENT_REG_FS,
SEGMENT_REG_GS,
+ SEGMENT_REG_INT,
NUM_SEGMENTREGS
};