From 934f2fc45e37745bf53db383d0ea11dc3ad4c152 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 19 Mar 2011 00:49:00 +0100 Subject: change __asm to __asm__ and __volatile to __volatile__ Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/sysdeps/linux/c6x/bits/syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/c6x') diff --git a/libc/sysdeps/linux/c6x/bits/syscalls.h b/libc/sysdeps/linux/c6x/bits/syscalls.h index 504d0c36d..1bebb003c 100644 --- a/libc/sysdeps/linux/c6x/bits/syscalls.h +++ b/libc/sysdeps/linux/c6x/bits/syscalls.h @@ -103,7 +103,7 @@ register long __B6 __asm__ ("B6") = (long)(arg4); \ register long __A8 __asm__ ("A8") = (long)(arg5); \ register long __g1 __asm__ ("g1") = __NR_clone; \ - __asm __volatile (__CLONE_SYSCALL_STRING : \ + __asm__ __volatile__ (__CLONE_SYSCALL_STRING : \ "=r" (__g1), "=r" (__A4), "=r" (__B4) : \ "0" (__g1), "1" (__A4), "2" (__B4), \ "r" (__A6), "r" (__B6), "r" (__A8) : \ -- cgit v1.2.3