summaryrefslogtreecommitdiff
path: root/libc/string/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/string.c')
-rw-r--r--libc/string/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/string.c b/libc/string/string.c
index fad6690..50b7145 100644
--- a/libc/string/string.c
+++ b/libc/string/string.c
@@ -120,6 +120,7 @@ const char * s;
push es
push ds ; Im not sure if this is needed, so just in case.
pop es
+ cld
#endif
#if __FIRST_ARG_IN_AX__
@@ -367,6 +368,7 @@ size_t l;
push es
push ds ; Im not sure if this is needed, so just in case.
pop es
+ cld
#endif
#if __FIRST_ARG_IN_AX__