mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
17 lines
364 B
ArmAsm
17 lines
364 B
ArmAsm
![]() |
|
||
|
/* INCLUDES ******************************************************************/
|
||
|
|
||
|
/* We need one of these first! */
|
||
|
/* #include <kxarm64.h> */
|
||
|
|
||
|
/* CODE **********************************************************************/
|
||
|
|
||
|
TEXTAREA
|
||
|
|
||
|
LEAF_ENTRY atan2
|
||
|
/* TODO: add an assert fail call, as this is unimplemented */
|
||
|
LEAF_END atan2
|
||
|
|
||
|
END
|
||
|
/* EOF */
|