From 02166b26916d0b2d5303ed6e9b07cdffb435cfce Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Wed, 6 Apr 2011 22:44:57 -0700 Subject: [PATCH] [opcodes,pk,sim,xcc] fix utidx - add rd --- riscv/execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/execute.h b/riscv/execute.h index 79a13f8..373a4e0 100644 --- a/riscv/execute.h +++ b/riscv/execute.h @@ -1530,7 +1530,7 @@ switch((insn.bits >> 0x0) & 0x7f) } case 0x3: { - if((insn.bits & 0xffffffff) == 0x1f7) + if((insn.bits & 0x7ffffff) == 0x1f7) { #include "insns/utidx.h" break; -- 2.30.2