summaryrefslogtreecommitdiff
path: root/libc/string/cris/memcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/cris/memcpy.c')
-rw-r--r--libc/string/cris/memcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/cris/memcpy.c b/libc/string/cris/memcpy.c
index a85108109..a00688ab0 100644
--- a/libc/string/cris/memcpy.c
+++ b/libc/string/cris/memcpy.c
@@ -130,7 +130,7 @@ void *memcpy(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 ("\
+ __asm__ __volatile__ ("\
.syntax no_register_prefix \n\
\n\
;; Check that the register asm declaration got right. \n\