| OLD | NEW |
| (Empty) | |
| 1 Index: linux_syscall_support.h |
| 2 =================================================================== |
| 3 --- linux_syscall_support.h (revision 3) |
| 4 +++ linux_syscall_support.h (working copy) |
| 5 @@ -1844,8 +1844,8 @@ |
| 6 void *newtls, int *child_tidptr) { |
| 7 long __res; |
| 8 { |
| 9 - register void *__tls __asm__("r8") = newtls; |
| 10 - register int *__ctid __asm__("r10") = child_tidptr; |
| 11 + register void *__tls /*__asm__("r8")*/ = newtls; |
| 12 + register int *__ctid /*__asm__("r10")*/ = child_tidptr; |
| 13 __asm__ __volatile__(/* if (fn == NULL) |
| 14 * return -EINVAL; |
| 15 */ |
| OLD | NEW |