From 1b2837915d2cffd2425f6ab14a3f650379c984d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Mon, 17 Jul 2006 16:54:41 +0200 Subject: [PATCH] small conversion related fix to the lzma stub --- src/stub/src/arch/i386/lzma_d_2.ash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub/src/arch/i386/lzma_d_2.ash b/src/stub/src/arch/i386/lzma_d_2.ash index d7b48f13..b0ddcdcf 100644 --- a/src/stub/src/arch/i386/lzma_d_2.ash +++ b/src/stub/src/arch/i386/lzma_d_2.ash @@ -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