Skip to content

Commit

Permalink
[LoongArch64] Align the ELF relocation type. (#108051)
Browse files Browse the repository at this point in the history
* Also fix the `dotnet --info` error on Alpine.
  • Loading branch information
LuckyXu-HF committed Sep 20, 2024
1 parent 933eee1 commit 6c0414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/loongarch64/asmhelpers.S
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ NESTED_END OnCallCountThresholdReachedStub, _TEXT

LEAF_ENTRY GetThreadStaticsVariableOffset, _TEXT
PROLOG_SAVE_REG_PAIR_INDEXED 22, 1, 16
la.tls.ie $a0, t_ThreadStatics
la.tls.desc $a0, t_ThreadStatics
EPILOG_RESTORE_REG_PAIR_INDEXED 22, 1, 16
EPILOG_RETURN
LEAF_END GetThreadStaticsVariableOffset, _TEXT
Expand Down

0 comments on commit 6c0414e

Please sign in to comment.