From 3574b065d6afc19cf705c4eabaac18d10f6baa2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Wed, 23 Aug 2006 14:35:28 +0200 Subject: [PATCH] fixed prototype of ElfLinkerMipsLE::relocate1 --- src/p_ps1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)