1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fix stack synchronization bug at end of unfilter.

[The confusing fake "conditional compilation" strikes again!]

committer: jreiser <jreiser> 1103513713 +0000
This commit is contained in:
John Reiser 2004-12-20 03:35:13 +00:00
parent 1418f57b96
commit 0516d8260c

View File

@ -75,8 +75,8 @@ start:
; ============= UNFILTER
; =============
pop ecx ; MATCH05 len
%ifdef __LXCKLLT9__
pop ecx ; MATCH05 len
pop edx ; MATCH04 cto
pop edi ; MATCH03 src
@ -89,6 +89,7 @@ start:
%endif; __LXDUMMY2__
%ifdef __LXCALLT9__
pop ecx ; MATCH05 len
pop edi ; MATCH03 src
cjt32 0
%endif; __LINUX990__