summaryrefslogtreecommitdiff
path: root/src/arch/arm/vtophys.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm/vtophys.hh')
-rw-r--r--src/arch/arm/vtophys.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/vtophys.hh b/src/arch/arm/vtophys.hh
index 12a6c6ec6..56181d318 100644
--- a/src/arch/arm/vtophys.hh
+++ b/src/arch/arm/vtophys.hh
@@ -45,7 +45,7 @@ namespace ArmISA {
Addr vtophys(Addr vaddr);
Addr vtophys(ThreadContext *tc, Addr vaddr);
bool virtvalid(ThreadContext *tc, Addr vaddr);
-};
+}
#endif // __ARCH_ARM_VTOPHYS_H__