summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa/formats/tlbop.isa
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/isa/formats/tlbop.isa')
-rw-r--r--src/arch/mips/isa/formats/tlbop.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/isa/formats/tlbop.isa b/src/arch/mips/isa/formats/tlbop.isa
index 368037955..bd27a347c 100644
--- a/src/arch/mips/isa/formats/tlbop.isa
+++ b/src/arch/mips/isa/formats/tlbop.isa
@@ -58,7 +58,7 @@ output decoder {{
}};
def template TlbOpExecute {{
- Fault %(class_name)s::execute(%(CPU_exec_context)s *xc, Trace::InstRecord *traceData) const
+ Fault %(class_name)s::execute(CPU_EXEC_CONTEXT *xc, Trace::InstRecord *traceData) const
{
//Write the resulting state to the execution context
%(op_wb)s;