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:
@@ -75,8 +75,8 @@ start:
|
|||||||
; ============= UNFILTER
|
; ============= UNFILTER
|
||||||
; =============
|
; =============
|
||||||
|
|
||||||
pop ecx ; MATCH05 len
|
|
||||||
%ifdef __LXCKLLT9__
|
%ifdef __LXCKLLT9__
|
||||||
|
pop ecx ; MATCH05 len
|
||||||
pop edx ; MATCH04 cto
|
pop edx ; MATCH04 cto
|
||||||
pop edi ; MATCH03 src
|
pop edi ; MATCH03 src
|
||||||
|
|
||||||
@@ -89,6 +89,7 @@ start:
|
|||||||
|
|
||||||
%endif; __LXDUMMY2__
|
%endif; __LXDUMMY2__
|
||||||
%ifdef __LXCALLT9__
|
%ifdef __LXCALLT9__
|
||||||
|
pop ecx ; MATCH05 len
|
||||||
pop edi ; MATCH03 src
|
pop edi ; MATCH03 src
|
||||||
cjt32 0
|
cjt32 0
|
||||||
%endif; __LINUX990__
|
%endif; __LINUX990__
|
||||||
|
|||||||
Reference in New Issue
Block a user