[opcodes, sim, xcc] made *w insns illegal in RV32
[riscv-isa-sim.git] / riscv / insns / amo_max.h
index f67f1a3038e4bdaf9ba102dd854e07b83b882349..1a0bc8afbcc733dbe2ce6542b921e148d11212f1 100644 (file)
@@ -1,4 +1,4 @@
-require64;
+require_xpr64;
 sreg_t v = mmu.load_int64(RS1);
 mmu.store_uint64(RS1, std::max(sreg_t(RS2),v));
 RD = v;