From c70f3c93af353fb762d634f6302d838b2ac7b1ba Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 31 Dec 2009 15:30:51 -0500 Subject: MIPS: Fix decoding of the rdhwr instruction. --- src/arch/mips/isa/decoder.isa | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/arch') diff --git a/src/arch/mips/isa/decoder.isa b/src/arch/mips/isa/decoder.isa index c531347d2..61791a00b 100644 --- a/src/arch/mips/isa/decoder.isa +++ b/src/arch/mips/isa/decoder.isa @@ -2476,10 +2476,8 @@ decode OPCODE_HI default Unknown::unknown() { } } } - 0x3: decode OP_HI { - 0x2: decode OP_LO { - 0x3: FailUnimpl::rdhwr(); - } + 0x3: decode OP { + 0x0: FailUnimpl::rdhwr(); } } } -- cgit v1.2.3