really fixed i386 lzma stub

This commit is contained in:
László Molnár 2006-07-17 17:33:03 +02:00
parent 4c87e11aeb
commit 3fbbaa5130

View File

@ -61,18 +61,18 @@ section LZMA_DEC00
inc esi
push ebx // &outSizeProcessed
push UPXb // outSize
push offset UPXb // outSize
push edi // out
add ebx, 4
push ebx // &inSizeProcessed
push UPXc // inSize
push offset UPXc // inSize
push esi // in
add ebx, 4
push ebx // &CLzmaDecoderState
push eax // dummy for call
// hardwired LzmaDecodeProperties()
movw [ebx], offset UPXd // lc, lp, pb, dummy
mov dword ptr [ebx], offset UPXd // lc, lp, pb, dummy
section LZMA_ELF00