Skip to content

Commit 323d576

Browse files
vmuralidavidchisnall
authored andcommitted
fixed english
1 parent 74eac04 commit 323d576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cheri_insts.sail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ union clause ast = CJALR : (bits(12), regidx, regidx)
135135
* An exception is raised if:
136136
* - *cs1*.**tag** is not set.
137137
* - *cs1* is sealed and *imm* $\ne$ 0
138-
* - Not all of the following combinations hold:
138+
* - None of the following combinations hold:
139139
* 1. *cd* = *cnull*, *cs1* = *cra* and *cs1* is a backwards sentry (Function return aka *cret* is only permitted to backwards sentry)
140140
* 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)
141141
* 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*)

0 commit comments

Comments
 (0)