Skip to content

Commit

Permalink
add blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Nov 26, 2023
1 parent fc0b599 commit 34e9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/riscv_sys_regs.sail
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ bitfield Sstatus : xlenbits = {
SIE : 1,
UIE : 0
}

/* sstatus is a view of mstatus, so there is no register defined. */

function get_sstatus_UXL(s : Sstatus) -> arch_xlen = {
let m = Mk_Mstatus(s.bits());
get_mstatus_UXL(m)
Expand Down

0 comments on commit 34e9f45

Please sign in to comment.