Skip to content

Commit

Permalink
[LoongArch64] Fix a typo within PR#112166. (#112672)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyXu-HF authored Feb 19, 2025
1 parent 8192afa commit 48b566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/loongarch64/pinvokestubs.S
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ NESTED_ENTRY JIT_PInvokeBegin, _TEXT, NoHandler

// s0 = pFrame
// set first slot to the value of InlinedCallFrame identifier (checked by runtime code)
li.d $t0, FRAMETYPE_InlinedCallFrame
li.d $t4, FRAMETYPE_InlinedCallFrame
st.d $t4, $s0, 0

st.d $zero, $s0, InlinedCallFrame__m_Datum
Expand Down

0 comments on commit 48b566c

Please sign in to comment.