mirror of
https://github.com/intel/isa-l.git
synced 2026-01-26 21:44:47 +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:
@@ -85,6 +85,11 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
f_end_i_mem_offset equ 0 ; local variable (8 bytes)
|
||||
stack_size equ 8
|
||||
|
||||
[bits 64]
|
||||
default rel
|
||||
section .text
|
||||
|
||||
; void isal_deflate_finish ( isal_zstream *stream )
|
||||
; arg 1: rcx: addr of stream
|
||||
global isal_deflate_finish_01
|
||||
|
||||
Reference in New Issue
Block a user