Skip to content

Commit

Permalink
Allowing CSeal to set otype to any value between 0 and 7 for EX capab…
Browse files Browse the repository at this point in the history
…ilities
  • Loading branch information
kliuMsft authored and rmn30 committed Sep 13, 2024
1 parent caf3bd5 commit 43dead9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cheri_insts.sail
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,8 @@ function clause execute (CSeal(cd, cs1, cs2)) = {
1 => true, /* otype_sentry */
2 => true, /* otype_sentry_id */
3 => true, /* otype_sentry_ie */
/* 4 and 5 are reserved */
4 => true, /* otype_sentry_bid */
5 => true, /* otype_sentry_bie */
6 => true,
7 => true,
_ => false
Expand Down

0 comments on commit 43dead9

Please sign in to comment.