mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
fix assembler compilation on MacOS
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
#ifndef __APPLE__
|
||||||
.section .rodata
|
.section .rodata
|
||||||
|
#else
|
||||||
|
.const
|
||||||
|
#endif
|
||||||
|
|
||||||
.globl CRYPTO_NAMESPACE(batch_REDMASK51)
|
.globl CRYPTO_NAMESPACE(batch_REDMASK51)
|
||||||
.globl CRYPTO_NAMESPACE(batch_121666_213)
|
.globl CRYPTO_NAMESPACE(batch_121666_213)
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
|
#ifndef __APPLE__
|
||||||
.section .rodata
|
.section .rodata
|
||||||
|
#else
|
||||||
|
.const
|
||||||
|
#endif
|
||||||
|
|
||||||
.globl CRYPTO_NAMESPACE(121666)
|
.globl CRYPTO_NAMESPACE(121666)
|
||||||
.globl CRYPTO_NAMESPACE(MU0)
|
.globl CRYPTO_NAMESPACE(MU0)
|
||||||
|
|||||||
Reference in New Issue
Block a user