summaryrefslogtreecommitdiffstats
path: root/libc/string/cris/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/cris/memset.c')
-rw-r--r--libc/string/cris/memset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/cris/memset.c b/libc/string/cris/memset.c
index 7e71bc50f..9cc959a33 100644
--- a/libc/string/cris/memset.c
+++ b/libc/string/cris/memset.c
@@ -59,7 +59,7 @@
void *memset(void *, int, unsigned long);
-libc_hidden_proto(memset)
+/* Experimentally off - libc_hidden_proto(memset) */
void *memset(void *pdst,
int c,
unsigned long plen)
@@ -124,7 +124,7 @@ void *memset(void *pdst,
here (beware: they may be moved to temporary registers).
This way, we do not have to save/move the registers around into
temporaries; we can safely use them straight away. */
- __asm__ volatile (" \n\
+ __asm__ __volatile__ (" \n\
.syntax no_register_prefix \n\
\n\
;; Check that the register asm declaration got right. \n\