summaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
authorPrashanth Mundkur2018-04-20 17:40:03 -0700
committerPrashanth Mundkur2018-04-20 17:40:03 -0700
commit5bb0606a1c73d6872a34e969a180a7df9e803b90 (patch)
tree5c3da57fcba60900abda50c8aba7a23728e6cf75 /riscv
parent1b95665db9cf1deda3bfe243ed4038c47d1e940f (diff)
Fix a typo.
Diffstat (limited to 'riscv')
-rw-r--r--riscv/riscv.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/riscv.sail b/riscv/riscv.sail
index 3fb56657..839d604d 100644
--- a/riscv/riscv.sail
+++ b/riscv/riscv.sail
@@ -1342,7 +1342,7 @@ function clause execute (C_ADD(rsd, rs2)) =
execute(RTYPE(rs2, rsd, rsd, RISCV_ADD))
function clause print_insn (C_ADD(rsd, rs2)) =
- "c.rsd " ^ rsd ^ ", " ^ rs2
+ "c.add " ^ rsd ^ ", " ^ rs2
/* ****************************************************************** */