diff options
Diffstat (limited to 'src/arch/x86/regs/int.hh')
-rw-r--r-- | src/arch/x86/regs/int.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/regs/int.hh b/src/arch/x86/regs/int.hh index 2a1371051..0a682ef54 100644 --- a/src/arch/x86/regs/int.hh +++ b/src/arch/x86/regs/int.hh @@ -178,6 +178,6 @@ namespace X86ISA index = (index - 4) | foldBit; return (IntRegIndex)index; } -}; +} #endif // __ARCH_X86_INTREGS_HH__ |