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
* Contributes to #124935
* Fix up hijacking on loongarch64 (preserve async continuation
register).
* Revert #121672 relate change of
LA64 as `FEATURE_REMAP_FUNCTION` is not enabled on LA64.
* Another part Place async resumption info in read-write section for
LA64 is in #124213
Copy file name to clipboardExpand all lines: docs/design/coreclr/botr/clr-abi.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ To return `Continuation` we use a volatile/calee-trash register that cannot be u
116
116
| arm | r2 |
117
117
| arm64 | x2 |
118
118
| risc-v | a2 |
119
+
| loongarch64 | a2 |
119
120
120
121
### Passing `Continuation` argument
121
122
The `Continuation` parameter is passed at the same position as generic instantiation parameter or immediately after, if both present. For x86 the argument order is reversed.
0 commit comments