aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/dret.h
blob: 2b4c9cd7b36d14b620e86cfad4014669ba16a240 (plain)
1
2
3
4
5
6
7
8
9
require(STATE.debug_mode);
set_pc_and_serialize(STATE.dpc->read());
p->set_privilege(STATE.dcsr.prv);

/* We're not in Debug Mode anymore. */
STATE.debug_mode = false;

if (STATE.dcsr.step)
  STATE.single_step = STATE.STEP_STEPPING;