aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/mulw.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/mulw.h')
-rw-r--r--riscv/insns/mulw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/mulw.h b/riscv/insns/mulw.h
index c483fb6..81285a2 100644
--- a/riscv/insns/mulw.h
+++ b/riscv/insns/mulw.h
@@ -1,2 +1,2 @@
-RDR = sext32(RS1 * RS2);
+RD = sext32(RS1 * RS2);