Some portab fixes.
committer: mfx <mfx> 1058450658 +0000
This commit is contained in:
+1
-1
@@ -1779,7 +1779,7 @@ void PackW32Pe::pack(OutputFile *fo)
|
||||
patch_le32(loader,codesize + 4,"JMPO",ih.entry - upxsection - jmp_pos - 4);
|
||||
}
|
||||
if (big_relocs & 6)
|
||||
patch_le32(loader,codesize,"DELT", 0u -ih.imagebase - rvamin);
|
||||
patch_le32(loader,codesize,"DELT", rvamin - ih.imagebase);
|
||||
if (sorelocs && (soimport == 0 || soimport + cimports != crelocs))
|
||||
patch_le32(loader,codesize,"BREL",crelocs);
|
||||
if (soimport)
|
||||
|
||||
Reference in New Issue
Block a user