1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Use .globl instead of .global in x86 assembler code for

better portability. Still needs fixing the commenting.
This commit is contained in:
Lasse Collin 2007-12-14 09:53:24 +02:00
parent 698470b8f3
commit 2881570df6
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ init_table(void)
*/ */
.text .text
.global lzma_crc32 .globl lzma_crc32
.type lzma_crc32, @function .type lzma_crc32, @function
.align 16 .align 16

View file

@ -38,7 +38,7 @@ init_table(void)
*/ */
.text .text
.global lzma_crc64 .globl lzma_crc64
.type lzma_crc64, @function .type lzma_crc64, @function
.align 16 .align 16