diff options
Diffstat (limited to 'riscv/insns/sh.h')
-rw-r--r-- | riscv/insns/sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/sh.h b/riscv/insns/sh.h index bbc2bda..a484e1e 100644 --- a/riscv/insns/sh.h +++ b/riscv/insns/sh.h @@ -1 +1 @@ -mmu.store_uint16(RS1+SIMM, RS2); +mmu.store_uint16(RS1+BIMM, RS2); |