Browse Source

SH: add 't' to syscall clobber list

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 10 years ago
parent
commit
fc673e1420
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/sh/bits/syscalls.h

+ 1 - 1
libc/sysdeps/linux/sh/bits/syscalls.h

@@ -122,7 +122,7 @@
     __asm__ __volatile__ (SYSCALL_INST_STR##nr SYSCALL_INST_PAD	\
 		  : "=z" (resultvar)									\
 		  : "r" (r3) ASMFMT_##nr								\
-		  : "memory"											\
+		  : "memory", "t"											\
     );															\
     (int) resultvar;											\
    }) \