Instructions are no longer member functions
[riscv-isa-sim.git] / riscv / insns / sc_w.h
1 if (RS1 == p->get_state()->load_reservation)
2 {
3 MMU.store_uint32(RS1, RS2);
4 RD = 0;
5 }
6 else
7 RD = 1;