summaryrefslogtreecommitdiff
path: root/src/arch/alpha/isa.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/isa.cc')
-rw-r--r--src/arch/alpha/isa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/isa.cc b/src/arch/alpha/isa.cc
index 95dfdedd6..20f039166 100644
--- a/src/arch/alpha/isa.cc
+++ b/src/arch/alpha/isa.cc
@@ -74,7 +74,7 @@ ISA::unserialize(Checkpoint *cp, const std::string &section)
MiscReg
-ISA::readMiscRegNoEffect(int misc_reg, ThreadID tid)
+ISA::readMiscRegNoEffect(int misc_reg, ThreadID tid) const
{
switch (misc_reg) {
case MISCREG_FPCR: