mirror of
https://github.com/intel/isa-l.git
synced 2025-10-29 20:59:43 +01:00
build: Fix for windows to allow nasm use
Previously windows build could only use yasm because some procedural items such as proc_start were not supported by nasm. This adds a few macros and fixes so nasm can be used to build on windows. Change-Id: Ia05dc3ff482f33b0f915bb1be3c7df5e4a753b3a Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
mbin_def_ptr %1_mbinit
|
||||
|
||||
section .text
|
||||
global %1:ISAL_SYM_TYPE_FUNCTION
|
||||
mk_global %1, function
|
||||
%1_mbinit:
|
||||
;;; only called the first time to setup hardware match
|
||||
call %1_dispatch_init
|
||||
|
||||
Reference in New Issue
Block a user