mirror of
https://github.com/LSPosed/LSPlt.git
synced 2025-05-06 21:48:48 +08:00
Fix ELF_R_GENERIC_GLOB_DAT for riscv
This commit is contained in:
parent
cd22803ab7
commit
a674793be6
@ -23,7 +23,7 @@
|
||||
#define ELF_R_GENERIC_ABS R_X86_64_64
|
||||
#elif defined(__riscv)
|
||||
#define ELF_R_GENERIC_JUMP_SLOT R_RISCV_JUMP_SLOT
|
||||
#define ELF_R_GENERIC_GLOB_DAT R_RISCV_32_PCREL
|
||||
#define ELF_R_GENERIC_GLOB_DAT R_RISCV_64
|
||||
#define ELF_R_GENERIC_ABS R_RISCV_64
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user