lzma for arm/pe v4a works

This commit is contained in:
László Molnár
2006-07-22 17:30:09 +02:00
parent 436532bed7
commit 1dcee2ffa2
7 changed files with 2979 additions and 1462 deletions
+1 -1
View File
@@ -1691,7 +1691,7 @@ int PackArmPe::buildLoader(const Filter *ft)
else if (ph.method == M_NRV2D_8)
addLoader(".ucl_nrv2d_decompress_8", NULL);
else if (M_IS_LZMA(ph.method))
addLoader("LZMA_DECODE", "LZMA_DEC10", NULL);
addLoader("LZMA_DECODE", ".text.LzmaDecode", NULL);
}
else
{