diff --git a/src/p_ps1.cpp b/src/p_ps1.cpp index 979ce085..e9ca44cb 100644 --- a/src/p_ps1.cpp +++ b/src/p_ps1.cpp @@ -112,7 +112,7 @@ Linker* PackPs1::newLinker() const { typedef ElfLinker super; - virtual void relocate1(Relocation *rel, upx_byte *location, + virtual void relocate1(const Relocation *rel, upx_byte *location, unsigned value, const char *type) { if (strcmp(type, "R_MIPS_HI16") == 0)