mirror of
https://github.com/intel/isa-l.git
synced 2025-10-28 11:31:51 +01:00
build: Fix for mac nasm lack of symbol types
Change-Id: I9ee86a3e32876d3860477c8365fc459d94a8920e Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -76,7 +76,7 @@ section .text
|
||||
;;;;
|
||||
; pq_check multibinary function
|
||||
;;;;
|
||||
global pq_check:function
|
||||
global pq_check:ISAL_SYM_TYPE_FUNCTION
|
||||
pq_check_mbinit:
|
||||
call pq_check_dispatch_init
|
||||
pq_check:
|
||||
@@ -108,7 +108,7 @@ pq_check_dispatch_init:
|
||||
;;;;
|
||||
; xor_check multibinary function
|
||||
;;;;
|
||||
global xor_check:function
|
||||
global xor_check:ISAL_SYM_TYPE_FUNCTION
|
||||
xor_check_mbinit:
|
||||
call xor_check_dispatch_init
|
||||
xor_check:
|
||||
|
||||
Reference in New Issue
Block a user