Skip to content

Commit 48b566c

Browse files
authored
[LoongArch64] Fix a typo within PR#112166. (#112672)
1 parent 8192afa commit 48b566c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coreclr/vm/loongarch64/pinvokestubs.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ NESTED_ENTRY JIT_PInvokeBegin, _TEXT, NoHandler
9090

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

9696
st.d $zero, $s0, InlinedCallFrame__m_Datum

0 commit comments

Comments
 (0)