src: refactoring: create packhead.h and move some methods
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ const char *Packer::getDecompressorSections() const
|
||||
static const char lzma_elf_fast[] =
|
||||
"LZMA_ELF00,LZMA_DEC20,LZMA_DEC30";
|
||||
|
||||
unsigned const method = forced_method(ph.method);
|
||||
unsigned const method = ph_forced_method(ph.method);
|
||||
if (method == M_NRV2B_LE32)
|
||||
return opt->small ? nrv2b_le32_small : nrv2b_le32_fast;
|
||||
if (method == M_NRV2D_LE32)
|
||||
|
||||
Reference in New Issue
Block a user