diff options
Diffstat (limited to 'libc/string/i386/memmove.c')
-rw-r--r-- | libc/string/i386/memmove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/memmove.c b/libc/string/i386/memmove.c index 72d8002a5..0ec8016a5 100644 --- a/libc/string/i386/memmove.c +++ b/libc/string/i386/memmove.c @@ -33,7 +33,7 @@ #include <string.h> #undef memmove -//#define memmove TESTING +/*#define memmove TESTING*/ void *memmove(void *dest, const void *src, size_t n) { int eax, ecx, esi, edi; |