aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/lib/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/lib/memset.c')
-rw-r--r--arch/nios2/lib/memset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/lib/memset.c b/arch/nios2/lib/memset.c
index c2cfcb121e34..2fcefe720283 100644
--- a/arch/nios2/lib/memset.c
+++ b/arch/nios2/lib/memset.c
@@ -68,7 +68,7 @@ void *memset(void *s, int c, size_t count)
68 "=r" (charcnt), /* %1 Output */ 68 "=r" (charcnt), /* %1 Output */
69 "=r" (dwordcnt), /* %2 Output */ 69 "=r" (dwordcnt), /* %2 Output */
70 "=r" (fill8reg), /* %3 Output */ 70 "=r" (fill8reg), /* %3 Output */
71 "=r" (wrkrega) /* %4 Output */ 71 "=&r" (wrkrega) /* %4 Output only */
72 : "r" (c), /* %5 Input */ 72 : "r" (c), /* %5 Input */
73 "0" (s), /* %0 Input/Output */ 73 "0" (s), /* %0 Input/Output */
74 "1" (count) /* %1 Input/Output */ 74 "1" (count) /* %1 Input/Output */