[IMM32] Imm(Lock|Unlock)ImeDpi and ImmSetOpenStatus (#3830)
[reactos.git] / sdk / lib / crt / math / arm / __dtoi64.s
1 /*
2 * COPYRIGHT: BSD - See COPYING.ARM in the top level directory
3 * PROJECT: ReactOS CRT library
4 * PURPOSE: Implementation of __dtoi64
5 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
6 */
7
8 /* INCLUDES ******************************************************************/
9
10 #include <kxarm.h>
11
12 /* CODE **********************************************************************/
13
14 TEXTAREA
15
16 LEAF_ENTRY __dtoi64
17
18 __assertfail
19 bx lr
20
21 LEAF_END __dtoi64
22
23 END
24 /* EOF */