You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/insns/cjalr_jalr_32bit.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
See <<JALR>>
7
7
8
8
[#JALR,reftext="JALR"]
9
-
==== CJAL, JALR
9
+
==== CJALR, JALR
10
10
11
11
Synopsis::
12
12
Jump and link register
@@ -50,7 +50,7 @@ reported in the CAUSE field of <<mtval>> or <<stval>>:
50
50
| Tag violation | | ✔ | `cs1` has tag set to 0
51
51
| Seal violation | | ✔ | `cs1` is sealed and the immediate is not 0
52
52
| Permission violation | | ✔ | `cs1` does not grant <<x_perm>>
53
-
| Length violation | ✔ | ✔ | Minimum length instruction is not within the target capability's bounds
53
+
| Length violation | ✔ | ✔ | Minimum length instruction is not within the target capability's bounds. This check uses the address after it has undergone xref:section_invalid_addr_conv[xrefstyle=short] but with the original bounds.
0 commit comments