summaryrefslogtreecommitdiff
path: root/src/arch/x86/locked_mem.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/locked_mem.hh')
-rw-r--r--src/arch/x86/locked_mem.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/locked_mem.hh b/src/arch/x86/locked_mem.hh
index e1d289ee9..496486997 100644
--- a/src/arch/x86/locked_mem.hh
+++ b/src/arch/x86/locked_mem.hh
@@ -53,6 +53,6 @@ namespace X86ISA
{
return true;
}
-};
+}
#endif // __ARCH_X86_LOCKEDMEM_HH__