Skip to content

Commit 7a3a651

Browse files
authored
[RISC-V] Fix typo in ReversePInvoke (#86958)
1 parent 3c0c801 commit 7a3a651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/vm/riscv64/stubs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ void UMEntryThunkCode::Encode(UMEntryThunkCode *pEntryThunkCodeRX, BYTE* pTarget
934934
// m_pTargetCode data
935935
// m_pvSecretParam data
936936

937-
m_code[0] = 0x00009f97; // auipc t6, 0
937+
m_code[0] = 0x00000f97; // auipc t6, 0
938938
m_code[1] = 0x018fb383; // ld t2, 24(t6)
939939
m_code[2] = 0x010fbf83; // ld t6, 16(t6)
940940
m_code[3] = 0x000f8067; // jalr x0, 0(t6)

0 commit comments

Comments
 (0)