mirror of
				https://github.com/intel/isa-l.git
				synced 2025-10-27 11:06:48 +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:
		| @@ -122,7 +122,7 @@ default rel | ||||
| section .text | ||||
|  | ||||
| align 16 | ||||
| global pq_check_sse:function | ||||
| global pq_check_sse:ISAL_SYM_TYPE_FUNCTION | ||||
| func(pq_check_sse) | ||||
| 	FUNC_SAVE | ||||
| 	sub	vec, 3			;Keep as offset to last source | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Greg Tucker
					Greg Tucker