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