diff options
Diffstat (limited to 'sysdeps/i386/memmove_chk.S')
-rw-r--r-- | sysdeps/i386/memmove_chk.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/memmove_chk.S b/sysdeps/i386/memmove_chk.S index 604aea8..785b273 100644 --- a/sysdeps/i386/memmove_chk.S +++ b/sysdeps/i386/memmove_chk.S @@ -27,8 +27,8 @@ ENTRY (__memmove_chk) movl 12(%esp), %eax cmpl %eax, 16(%esp) - jb __chk_fail - jmp memmove + jb HIDDEN_JUMPTARGET (__chk_fail) + jmp JUMPTARGET (memmove) END (__memmove_chk) libc_hidden_builtin_def (MEMMOVE_CHK) #endif |