mirror of
https://git.tukaani.org/xz.git
synced 2025-04-10 01:31:13 +00:00
liblzma: ARM64 CRC: Fix omission of CRC32 table
The macro name had an odd typo so the table wasn't omitted when it should have. Fixes: 1940f0ec28f08c0ac72c1413d9706fb82eabe6ad
This commit is contained in:
parent
308a9af854
commit
45da936c87
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#if !defined(HAVE_ENCODERS) && (defined(X86_CLMUL_NO_TABLE) \
|
#if !defined(HAVE_ENCODERS) && (defined(X86_CLMUL_NO_TABLE) \
|
||||||
|| defined(ARM64_CRC32_NO_TABLE_))
|
|| defined(ARM64_CRC32_NO_TABLE))
|
||||||
// No table needed. Use a typedef to avoid an empty translation unit.
|
// No table needed. Use a typedef to avoid an empty translation unit.
|
||||||
typedef void lzma_crc32_dummy;
|
typedef void lzma_crc32_dummy;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user