diff options
Diffstat (limited to 'src/arch/x86/vtophys.hh')
-rw-r--r-- | src/arch/x86/vtophys.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/vtophys.hh b/src/arch/x86/vtophys.hh index 10522313c..7b987f6df 100644 --- a/src/arch/x86/vtophys.hh +++ b/src/arch/x86/vtophys.hh @@ -50,6 +50,6 @@ namespace X86ISA Addr vtophys(Addr vaddr); Addr vtophys(ThreadContext *tc, Addr vaddr); -}; +} #endif // __ARCH_X86_VTOPHYS_HH__ |