src: cleanup linker.h
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ void Packer::defineDecompressorSymbols()
|
||||
(res->lit_context_bits << 0) |
|
||||
(res->lit_pos_bits << 8) |
|
||||
(res->pos_bits << 16);
|
||||
if (linker->bele->isBE()) // big endian - bswap32
|
||||
if (bele->isBE()) // big endian - bswap32
|
||||
properties = bswap32(properties);
|
||||
|
||||
linker->defineSymbol("lzma_properties", properties);
|
||||
|
||||
Reference in New Issue
Block a user