Skip to content

Commit

Permalink
reverting accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
IainCRobertson committed Jan 30, 2025
1 parent 91a13ef commit af2ae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingressPort.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ block.
*itype* can be 3 or 4 bits wide. If _itype_width_p_ is 3, a single code
(6) is used to indicate all uninferable jumps. This is simpler to
implement, but precludes use of the implicit return mode (see
<<sec:implicit-return>>), which requires jump types to be fully classified. Note also that when _itype_width_p_ is 3, inferable calls are retired using *itype* = 0. Nevertheless, they must still be the final instruction in a retirement block (not in the middle) because a retirement block is defined as a number of contiguous instructions.
<<sec:implicit-return>>), which requires jump types to be fully classified.

Whilst *iaddr* is typically a virtual address, it does not affect the
encoder's behavior if it is a physical address.
Expand Down

0 comments on commit af2ae2f

Please sign in to comment.