projects
/
riscv-isa-sim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a174f4b
)
[opcodes,pk,sim,xcc] fix utidx - add rd
author
Yunsup Lee
<yunsup@cs.berkeley.edu>
Thu, 7 Apr 2011 05:44:57 +0000
(22:44 -0700)
committer
Yunsup Lee
<yunsup@cs.berkeley.edu>
Thu, 7 Apr 2011 05:44:57 +0000
(22:44 -0700)
riscv/execute.h
patch
|
blob
|
history
diff --git
a/riscv/execute.h
b/riscv/execute.h
index 79a13f88482998673d0c6d471e11330a0612f6d9..373a4e032aacb033c31dd5f63345d105fb5ffbc3 100644
(file)
--- a/
riscv/execute.h
+++ b/
riscv/execute.h
@@
-1530,7
+1530,7
@@
switch((insn.bits >> 0x0) & 0x7f)
}
case 0x3:
{
- if((insn.bits & 0x
ff
ffffff) == 0x1f7)
+ if((insn.bits & 0x
7
ffffff) == 0x1f7)
{
#include "insns/utidx.h"
break;