Browse Source
No functional change. It's safe to use the virtualized sstatus here after [this bugfix](https://github.com/riscv/riscv-isa-sim/pull/680) since the value of hsie doesn't matter if state.v==1. In the cases where it does matter (i.e. when state.v==0), hsie will come from sstatus, not vsstatus. Before that bugfix, this needed to use sstatus (not vsstatus) always, because sstatus.sie was considered when in either HS-mode or VS-mode.pull/796/head
committed by
Andrew Waterman
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue