8-byte align LZMA_DEC20

This commit is contained in:
John Reiser
2006-08-27 10:03:12 -07:00
parent 41847d31e7
commit 4ffde4db98
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -192,11 +192,11 @@ const char *Packer::getDecompressorSections() const
static const char lzma_small[] =
"LZMA_DEC00,LZMA_DEC10,LZMA_DEC30";
static const char lzma_fast[] =
"LZMA_DEC00,LZMA_DEC20,LZMA_DEC30";
"LZMA_DEC00,+80C,LZMA_DEC20,LZMA_DEC30";
static const char lzma_elf_small[] =
"LZMA_ELF00,LZMA_DEC10,LZMA_DEC30";
static const char lzma_elf_fast[] =
"LZMA_ELF00,LZMA_DEC20,LZMA_DEC30";
"LZMA_ELF00,+80C,LZMA_DEC20,LZMA_DEC30";
if (ph.method == M_NRV2B_LE32)
return opt->small ? nrv2b_le32_small : nrv2b_le32_fast;