diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/alpha')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c b/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c index 8adf8b44e..86b062804 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c @@ -49,7 +49,7 @@ __pthread_once (pthread_once_t *once_control, void (*init_routine) (void))  	 Do this atomically.        */        newval = __fork_generation | 1; -      __asm __volatile ( +      __asm__ __volatile__ (  		"1:	ldl_l	%0, %2\n"  		"	and	%0, 2, %1\n"  		"	bne	%1, 2f\n" | 
