Skip to content

Commit

Permalink
fixed english
Browse files Browse the repository at this point in the history
  • Loading branch information
vmurali authored and davidchisnall committed May 25, 2024
1 parent 74eac04 commit 323d576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheri_insts.sail
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ union clause ast = CJALR : (bits(12), regidx, regidx)
* An exception is raised if:
* - *cs1*.**tag** is not set.
* - *cs1* is sealed and *imm* $\ne$ 0
* - Not all of the following combinations hold:
* - None of the following combinations hold:
* 1. *cd* = *cnull*, *cs1* = *cra* and *cs1* is a backwards sentry (Function return aka *cret* is only permitted to backwards sentry)
* 2. *cd* = *cnull*, *cs1* $ne$ *cra* and *cs1* is unsealed or a forwards interrupt inheriting sentry (Tail calls are only permitted to unsealed caps or interrupt handling sentry using a target register different from *cra*, with the return register *cra* set by a different instruction)
* 3. *cd* = *cra* and *cs1* is unsealed or a forwards sentry (Function calls are only permitted to unsealed caps or forwards sentry, with link register *cra*)
Expand Down

0 comments on commit 323d576

Please sign in to comment.