aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/and.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/and.h')
-rw-r--r--riscv/insns/and.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/and.h b/riscv/insns/and.h
index b109b53..305e541 100644
--- a/riscv/insns/and.h
+++ b/riscv/insns/and.h
@@ -1 +1 @@
-RD = RS & RT;
+RC = RA & RB;