diff options
Diffstat (limited to 'sysdeps/i386/memcmp.S')
-rw-r--r-- | sysdeps/i386/memcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/memcmp.S b/sysdeps/i386/memcmp.S index 3917a32..4bf9b23 100644 --- a/sysdeps/i386/memcmp.S +++ b/sysdeps/i386/memcmp.S @@ -63,6 +63,7 @@ L1: popl %esi /* Restore registers. */ movl %edx, %edi ret +PSEUDO_END (memcmp) #undef bcmp weak_alias (memcmp, bcmp) |