summaryrefslogtreecommitdiff
path: root/src/arch/alpha/vtophys.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/vtophys.hh')
-rw-r--r--src/arch/alpha/vtophys.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/vtophys.hh b/src/arch/alpha/vtophys.hh
index 1695676cb..8613e8e77 100644
--- a/src/arch/alpha/vtophys.hh
+++ b/src/arch/alpha/vtophys.hh
@@ -41,7 +41,7 @@ class PortProxy;
namespace AlphaISA {
-PageTableEntry kernel_pte_lookup(PortProxy* mem, Addr ptbr,
+PageTableEntry kernel_pte_lookup(PortProxy &mem, Addr ptbr,
VAddr vaddr);
Addr vtophys(Addr vaddr);