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