summaryrefslogtreecommitdiff
path: root/libc/string/xtensa/memset.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/xtensa/memset.S')
-rw-r--r--libc/string/xtensa/memset.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/xtensa/memset.S b/libc/string/xtensa/memset.S
index 435d6dea0..20bf14c75 100644
--- a/libc/string/xtensa/memset.S
+++ b/libc/string/xtensa/memset.S
@@ -63,7 +63,7 @@ __memset_aux:
#if !XCHAL_HAVE_LOOPS
blt a5, a6, 1b
#endif
-2: retw
+2: abi_ret
/* Destination is unaligned. */
@@ -159,6 +159,6 @@ ENTRY (memset)
/* Set 1 byte. */
s8i a3, a5, 0
-6: retw
+6: abi_ret
libc_hidden_def (memset)