1
0
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:
László Molnár 2006-07-17 16:54:41 +02:00
parent d076a6724f
commit 1b2837915d

View File

@ -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