We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8192afa commit 48b566cCopy full SHA for 48b566c
1 file changed
src/coreclr/vm/loongarch64/pinvokestubs.S
@@ -90,7 +90,7 @@ NESTED_ENTRY JIT_PInvokeBegin, _TEXT, NoHandler
90
91
// s0 = pFrame
92
// set first slot to the value of InlinedCallFrame identifier (checked by runtime code)
93
- li.d $t0, FRAMETYPE_InlinedCallFrame
+ li.d $t4, FRAMETYPE_InlinedCallFrame
94
st.d $t4, $s0, 0
95
96
st.d $zero, $s0, InlinedCallFrame__m_Datum
0 commit comments