diff --git a/src/stub/Makefile b/src/stub/Makefile index f24da1b1..bc173786 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -554,7 +554,7 @@ upxd: l_lx_sep.o l_lx_sep86.asm $(STRIPELF_LINUX_I386) $@ $(BRANDELF) $@ -l_armpe.h: l_armpe.asx l_armpe_s.S l_armpe_c.c arm_nrv2e_d8.S +l_armpe.h: l_armpe.asx l_armpe_s.S l_armpe_c.c arm_nrv2e_d8.S $(MAKEFILE_LIST) $(GCC_ARM) -mthumb-interwork -c l_armpe_s.S arm_nrv2e_d8.S $(GCC_ARM) -mthumb -mthumb-interwork -Os -c l_armpe_c.c $(LD_ARM) -o l_armpe_.out l_armpe_s.o l_armpe_c.o arm_nrv2e_d8.o diff --git a/src/stub/l_armpe_c.c b/src/stub/l_armpe_c.c index 5a2da83e..fa103949 100644 --- a/src/stub/l_armpe_c.c +++ b/src/stub/l_armpe_c.c @@ -35,7 +35,7 @@ int thumb_nrv2e_d8(const unsigned char * src, unsigned src_len, void *LoadLibraryW(const unsigned short *); void *GetProcAddressA(const void *, const void *); -void *get_le32(const unsigned char *p); +void *get_le32(const void *); static void handle_imports(const unsigned char *imp, unsigned name_offset, unsigned iat_offset)