changeset d99f7b0ac614 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=d99f7b0ac614
description:
        MIPS: Fix decoding of the rdhwr instruction.

diffstat:

1 file changed, 2 insertions(+), 4 deletions(-)
src/arch/mips/isa/decoder.isa |    6 ++----

diffs (16 lines):

diff -r baa5ec031980 -r d99f7b0ac614 src/arch/mips/isa/decoder.isa
--- a/src/arch/mips/isa/decoder.isa     Thu Dec 31 15:30:50 2009 -0500
+++ b/src/arch/mips/isa/decoder.isa     Thu Dec 31 15:30:51 2009 -0500
@@ -2476,10 +2476,8 @@
                         }
                     }
                 }
-                0x3: decode OP_HI {
-                    0x2: decode OP_LO {
-                        0x3: FailUnimpl::rdhwr();
-                    }
+                0x3: decode OP {
+                    0x0: FailUnimpl::rdhwr();
                 }
             }
         }
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to