summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/i386/memchr.S
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/i386/memchr.S')
-rw-r--r--mdk-stage1/dietlibc/i386/memchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/i386/memchr.S b/mdk-stage1/dietlibc/i386/memchr.S
index de01aa47f..7d04f990b 100644
--- a/mdk-stage1/dietlibc/i386/memchr.S
+++ b/mdk-stage1/dietlibc/i386/memchr.S
@@ -8,7 +8,7 @@ memchr:
movl 12(%esp),%eax
movl 16(%esp),%ecx
cld
- jcxz .Lnotfound
+ jecxz .Lnotfound
repne scasb