unpacker code is now aware of file type field in packed files

git-svn-id: svn://kolibrios.org@1450 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2010-04-16 09:03:50 +00:00
parent d5f5e7780a
commit 90d7119b99

View File

@ -21,7 +21,7 @@ unpack:
push eax push eax
add esi, 12 add esi, 12
and al, not 0xC0 and al, not 0xC0
dec eax dec al
jz .lzma jz .lzma
.failed: .failed:
pop eax pop eax