Skip to content

Commit 25e2fdf

Browse files
committed
Fix extern ptr corercion for R_MIPS_HIGHEST/HIGHER
1 parent c11feee commit 25e2fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/mips/arch_mips.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,6 +3193,8 @@ class MipsElfRelocationHandler: public RelocationHandler
31933193
case R_MIPS_LO16:
31943194
case R_MIPS_CALL16:
31953195
case R_MIPS_GOT16:
3196+
case R_MIPS_HIGHER:
3197+
case R_MIPS_HIGHEST:
31963198
result = BN_NOCOERCE_EXTERN_PTR;
31973199
break;
31983200
default:

0 commit comments

Comments
 (0)