We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c07aa2 commit ae98787Copy full SHA for ae98787
src/unpriv-cfi.adoc
@@ -46,7 +46,7 @@ register as destination, i.e., `rd != x0`. Conventionally, the link register is
46
`C.JALR` is termed an _indirect-call_.
47
48
The term _return_ is used to refer to a `JALR` instruction with `rd == x0` and
49
-with `rs1 == x1` or `rs1 == x5` and `rd == x0`. A `C.JR` instruction expands to
+with `rs1 == x1` or `rs1 == x5`. A `C.JR` instruction expands to
50
`JALR x0, 0(rs1)` and is a _return_ if `rs1 == x1` or `rs1 == x5`.
51
52
The term _indirect-jump_ is used to refer to a `JALR` instruction with `rd == x0`
0 commit comments