aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/amow_and.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/amow_and.h')
-rw-r--r--riscv/insns/amow_and.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/amow_and.h b/riscv/insns/amow_and.h
index f1670bd..18a9249 100644
--- a/riscv/insns/amow_and.h
+++ b/riscv/insns/amow_and.h
@@ -1,3 +1,3 @@
reg_t v = mmu.load_int32(RS1);
mmu.store_uint32(RS1, RS2 & v);
-RDR = v;
+RD = v;