update for HEAD-2003091401
[reactos.git] / lib / string / i386 / tcscpy.h
1 /* $Id$
2  */
3
4 #include "tchar.h"
5
6 .globl  _tcscpy
7
8 _tcscpy:
9  push %esi
10  push %edi
11  mov  0x0C(%esp), %edi
12  mov  0x10(%esp), %esi
13  cld
14
15 .L1:    
16  _tlods
17  _tstos
18  test %_treg(a), %_treg(a)
19  jnz  .L1
20
21  mov  0x0C(%esp), %eax
22
23  pop  %edi
24  pop  %esi
25  ret
26
27 /* EOF */