clarify the purpose of this project
[nyanglibc.git] / debug / mempcpy_chk.s
blob51877c5449b04d7b3edf557526b81368bb065743
1 .text
2 .globl __mempcpy_chk
3 .type __mempcpy_chk,@function
4 .align 1<<4
5 __mempcpy_chk:
6 cmpq %rdx, %rcx
7 jb __chk_fail
8 jmp mempcpy
9 .size __mempcpy_chk,.-__mempcpy_chk