clarify the purpose of this project
[nyanglibc.git] / debug / wmemmove_chk.s
blobf39d4469a8a5082776580350299feb65a351af98
1 .text
2 .p2align 4,,15
3 .globl __wmemmove_chk
4 .type __wmemmove_chk, @function
5 __wmemmove_chk:
6 cmpq %rdx, %rcx
7 jb .L7
8 salq $2, %rdx
9 jmp memmove
10 .p2align 4,,10
11 .p2align 3
12 .L7:
13 subq $8, %rsp
14 call __chk_fail
15 .size __wmemmove_chk, .-__wmemmove_chk
16 .hidden __chk_fail
17 .hidden memmove