mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
small conversion related fix to the lzma stub
This commit is contained in:
parent
d076a6724f
commit
1b2837915d
|
@ -72,7 +72,7 @@ section LZMA_DEC00
|
|||
push eax // dummy for call
|
||||
|
||||
// hardwired LzmaDecodeProperties()
|
||||
mov dword ptr [ebx], offset UPXd // lc, lp, pb, dummy
|
||||
movw [ebx], offset UPXd // lc, lp, pb, dummy
|
||||
|
||||
|
||||
section LZMA_ELF00
|
||||
|
@ -107,7 +107,7 @@ section LZMA_ELF00
|
|||
push ebx // &outSizeProcessed
|
||||
add ebx, 4
|
||||
mov ecx,[O_OUTS + ebp] // &outSize
|
||||
push dword [ecx] // outSize
|
||||
push [ecx] // outSize
|
||||
push edi // out
|
||||
push ebx // &inSizeProcessed
|
||||
add ebx, 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user