diff options
| author | Brandon Miller <brandon@vector35.com> | 2025-03-24 11:21:12 -0400 |
|---|---|---|
| committer | Brandon Miller <brandon@vector35.com> | 2025-03-24 11:21:12 -0400 |
| commit | 25e2fdff0f8ce5c57548d09bbd56c84b73b5b0a0 (patch) | |
| tree | 862051301fd732fd94752952a2f4deb29a174ad9 /arch/mips | |
| parent | c11feee4486d914a66b52ee6baae7eeeebf70724 (diff) | |
Fix extern ptr corercion for R_MIPS_HIGHEST/HIGHER
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/arch_mips.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/arch_mips.cpp b/arch/mips/arch_mips.cpp index ddb78e42..85fbeb36 100644 --- a/arch/mips/arch_mips.cpp +++ b/arch/mips/arch_mips.cpp @@ -3193,6 +3193,8 @@ public: case R_MIPS_LO16: case R_MIPS_CALL16: case R_MIPS_GOT16: + case R_MIPS_HIGHER: + case R_MIPS_HIGHEST: result = BN_NOCOERCE_EXTERN_PTR; break; default: |
