From 30a89f79b31b101b3ce4481e502e2e7d2529746c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 25 Mar 2013 22:38:32 -0700 Subject: truncate effective addresses in rv32 also, employ a more efficient instruction dispatch based upon rv32 mode. --- riscv/insns/sd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/insns/sd.h') diff --git a/riscv/insns/sd.h b/riscv/insns/sd.h index 2009149..558428e 100644 --- a/riscv/insns/sd.h +++ b/riscv/insns/sd.h @@ -1,2 +1,2 @@ require_xpr64; -mmu.store_uint64(RS1+BIMM, RS2); +mmu.store_uint64(BTYPE_EADDR, RS2); -- cgit v1.1