sparccpuid.S: some assembler is allergic to apostrophes in comments [from HEAD].
This commit is contained in:
		@@ -179,7 +179,7 @@ OPENSSL_atomic_add:
 | 
				
			|||||||
	ba	.enter
 | 
						ba	.enter
 | 
				
			||||||
	nop
 | 
						nop
 | 
				
			||||||
#ifdef __sun
 | 
					#ifdef __sun
 | 
				
			||||||
! Note that you don't have to link with libthread to call thr_yield,
 | 
					! Note that you do not have to link with libthread to call thr_yield,
 | 
				
			||||||
! as libc provides a stub, which is overloaded the moment you link
 | 
					! as libc provides a stub, which is overloaded the moment you link
 | 
				
			||||||
! with *either* libpthread or libthread...
 | 
					! with *either* libpthread or libthread...
 | 
				
			||||||
#define	YIELD_CPU	thr_yield
 | 
					#define	YIELD_CPU	thr_yield
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user