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:
Greg Tucker
2018-11-27 14:41:24 -07:00
parent 86c865b784
commit 2e212f28fa
80 changed files with 94 additions and 84 deletions

View File

@@ -65,7 +65,7 @@
mbin_def_ptr %1_mbinit
section .text
global %1:function
global %1:ISAL_SYM_TYPE_FUNCTION
%1_mbinit:
;;; only called the first time to setup hardware match
call %1_dispatch_init