mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Fixed wrong symbol name in crc64_x86.s.
This commit is contained in:
parent
2881570df6
commit
ec1c82b2e8
1 changed files with 1 additions and 1 deletions
|
@ -200,4 +200,4 @@ lzma_crc64:
|
||||||
popl %ebx
|
popl %ebx
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.size lzma_crc32, .-lzma_crc32
|
.size lzma_crc64, .-lzma_crc64
|
||||||
|
|
Loading…
Reference in a new issue