fixed prototype of ElfLinkerMipsLE::relocate1
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ Linker* PackPs1::newLinker() const
|
|||||||
{
|
{
|
||||||
typedef ElfLinker super;
|
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)
|
unsigned value, const char *type)
|
||||||
{
|
{
|
||||||
if (strcmp(type, "R_MIPS_HI16") == 0)
|
if (strcmp(type, "R_MIPS_HI16") == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user