Skip to content

Commit

Permalink
Fix grammatical typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IainCRobertson committed Oct 25, 2024
1 parent 4853a37 commit a59736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payload.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ is 0 is that it may be at either the address of the next instruction or
current instruction depending on the exception cause, which can be
inferred by the decoder without adding complexity to the encoder.)

Where an interrupt or exception causes a privilege change, this changes comes into force from the start of the trap handler. As such, the privilege value reported when *thaddr* is 0 will be the privilege level prior to any change.
Where an interrupt or exception causes a privilege change, this change comes into force from the start of the trap handler. As such, the privilege value reported when *thaddr* is 0 will be the privilege level prior to any change.

==== Format 3 *tval* field

Expand Down

0 comments on commit a59736f

Please sign in to comment.