mirror of https://github.com/upx/upx.git
Make it compile again.
committer: mfx <mfx> 968541179 +0000
This commit is contained in:
parent
075461e4ff
commit
679fabef25
|
@ -452,11 +452,11 @@ void PackExe::pack(OutputFile *fo)
|
|||
}
|
||||
|
||||
putPackHeader(loader,lsize);
|
||||
upx_bytep p = find_le32(loader,lsize,get_le32("IPCS"));
|
||||
if (p == NULL)
|
||||
throwBadLoader();
|
||||
if (flag & USEJUMP)
|
||||
{
|
||||
upx_bytep p = find_le32(loader,lsize,get_le32("IPCS"));
|
||||
if (p == NULL)
|
||||
throwBadLoader();
|
||||
memcpy(p,&ih.ip,4);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue