diff --git a/linker/linker_mips.cpp b/linker/linker_mips.cpp index 0769f826e..87b811f00 100644 --- a/linker/linker_mips.cpp +++ b/linker/linker_mips.cpp @@ -128,7 +128,7 @@ bool soinfo::relocate(ElfRelIteratorT&& rel_iterator, if (s != nullptr) { *reinterpret_cast(reloc) += sym_addr; } else { - *reinterpret_cast(reloc) += base; + *reinterpret_cast(reloc) += load_bias; } break; default: