fixed prototype of ElfLinkerMipsLE::relocate1

This commit is contained in:
László Molnár 2006-08-23 14:35:28 +02:00
parent c0c47f41be
commit 3574b065d6

View File

@ -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)