clarify the purpose of this project
[nyanglibc.git] / debug / vasprintf_chk.s
blob5f42dc2a5ed155491df4f7227191101c821f7fd8
1 .text
2 .p2align 4,,15
3 .globl __vasprintf_chk
4 .type __vasprintf_chk, @function
5 __vasprintf_chk:
6 movq %rdx, %rax
7 movq %rcx, %rdx
8 xorl %ecx, %ecx
9 testl %esi, %esi
10 movq %rax, %rsi
11 setg %cl
12 addl %ecx, %ecx
13 jmp __vasprintf_internal
14 .size __vasprintf_chk, .-__vasprintf_chk
15 .hidden __vasprintf_internal