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