Skip to content

Commit 43dead9

Browse files
kliuMsftrmn30
authored andcommitted
Allowing CSeal to set otype to any value between 0 and 7 for EX capabilities
1 parent caf3bd5 commit 43dead9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cheri_insts.sail

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,8 @@ function clause execute (CSeal(cd, cs1, cs2)) = {
715715
1 => true, /* otype_sentry */
716716
2 => true, /* otype_sentry_id */
717717
3 => true, /* otype_sentry_ie */
718-
/* 4 and 5 are reserved */
718+
4 => true, /* otype_sentry_bid */
719+
5 => true, /* otype_sentry_bie */
719720
6 => true,
720721
7 => true,
721722
_ => false

0 commit comments

Comments
 (0)