Update README
[riscv-isa-sim.git] / riscv / insns / wfi.h
1 require_privilege(get_field(STATE.mstatus, MSTATUS_TW) ? PRV_M : PRV_S);
2 wfi();