summaryrefslogtreecommitdiff
path: root/src/arch/x86/regs/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/regs/misc.hh')
-rw-r--r--src/arch/x86/regs/misc.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/regs/misc.hh b/src/arch/x86/regs/misc.hh
index 74c6bd133..24420e8d5 100644
--- a/src/arch/x86/regs/misc.hh
+++ b/src/arch/x86/regs/misc.hh
@@ -915,6 +915,6 @@ namespace X86ISA
Bitfield<11> enable;
Bitfield<8> bsp;
EndBitUnion(LocalApicBase)
-};
+}
#endif // __ARCH_X86_INTREGS_HH__