summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-26 00:03:05 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-03-26 00:03:05 +0100
commitfc673e14203e1c9aea353d99ff89a17d46b2ad93 (patch)
treeb0f9fb724a5d0196a23b91ca0ba2d8135c2a994c
parent2c8a7766681b704e710f51c0817534e3f9a952d1 (diff)
SH: add 't' to syscall clobber list
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--libc/sysdeps/linux/sh/bits/syscalls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/bits/syscalls.h b/libc/sysdeps/linux/sh/bits/syscalls.h
index b308276c5..efd423ed3 100644
--- a/libc/sysdeps/linux/sh/bits/syscalls.h
+++ b/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; \
}) \