diff options
Diffstat (limited to 'src/arch/x86/tlb.hh')
-rw-r--r-- | src/arch/x86/tlb.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/tlb.hh b/src/arch/x86/tlb.hh index 827ab8166..8894a1e4a 100644 --- a/src/arch/x86/tlb.hh +++ b/src/arch/x86/tlb.hh @@ -165,7 +165,7 @@ namespace X86ISA * * @return A pointer to the walker master port */ - BaseMasterPort *getMasterPort() override; + BaseMasterPort *getTableWalkerMasterPort() override; }; } |