Another S-DD1 logger fix
This commit is contained in:
@@ -1303,8 +1303,11 @@ NEWSYM endprog
|
|||||||
|
|
||||||
EXTSYM SDD1Array,SDD1Entry,SDD1Sort
|
EXTSYM SDD1Array,SDD1Entry,SDD1Sort
|
||||||
call SDD1Sort
|
call SDD1Sort
|
||||||
|
cmp byte[SDD1Enable],0
|
||||||
|
jne .yesdecomppack
|
||||||
cmp dword[SDD1Entry],0
|
cmp dword[SDD1Entry],0
|
||||||
je .nodecomppack
|
je .nodecomppack
|
||||||
|
.yesdecomppack
|
||||||
mov edx,.blah
|
mov edx,.blah
|
||||||
call Create_File
|
call Create_File
|
||||||
mov bx,ax
|
mov bx,ax
|
||||||
|
|||||||
Reference in New Issue
Block a user