summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa/formats/unknown.isa
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/isa/formats/unknown.isa')
-rw-r--r--src/arch/mips/isa/formats/unknown.isa4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/mips/isa/formats/unknown.isa b/src/arch/mips/isa/formats/unknown.isa
index 70b3901e9..e4037477f 100644
--- a/src/arch/mips/isa/formats/unknown.isa
+++ b/src/arch/mips/isa/formats/unknown.isa
@@ -72,9 +72,7 @@ output exec {{
Unknown::execute(%(CPU_exec_context)s *xc,
Trace::InstRecord *traceData) const
{
- panic("attempt to execute unknown instruction "
- "(inst 0x%08x, opcode 0x%x, binary: %s)", machInst, OPCODE, inst2string(machInst));
- return new UnimplementedOpcodeFault;
+ return new ReservedInstructionFault;
}
}};