* commit '10ab1ec3193e44181fac4b366662995972716a28': Fixed ASM_ALIGN macro
This commit is contained in:
		@@ -28,9 +28,9 @@
 | 
			
		||||
 | 
			
		||||
#ifdef __LP64__
 | 
			
		||||
# define ASM_PTR_SIZE(x) .quad x
 | 
			
		||||
# define ASM_ALIGN(x)    .align 4
 | 
			
		||||
# define ASM_ALIGN(x)
 | 
			
		||||
#else
 | 
			
		||||
# define ASM_PTR_SIZE(x) .long x
 | 
			
		||||
# define ASM_ALIGN(x)
 | 
			
		||||
# define ASM_ALIGN(x)    .align x
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user