summaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
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
/* ****************************************************************** */