mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
20 lines
494 B
ArmAsm
20 lines
494 B
ArmAsm
![]() |
|
||
|
/* INCLUDES ******************************************************************/
|
||
|
|
||
|
/* We need one of these first! */
|
||
|
/* #include <kxarm64.h> */
|
||
|
|
||
|
/* CODE **********************************************************************/
|
||
|
TEXTAREA
|
||
|
|
||
|
LEAF_ENTRY __chkstk
|
||
|
/* TODO: add an assert fail call, as this is unimplemented */
|
||
|
LEAF_END __chkstk
|
||
|
|
||
|
LEAF_ENTRY __alloca_probe
|
||
|
/* TODO: add an assert fail call, as this is unimplemented */
|
||
|
LEAF_END __alloca_probe
|
||
|
|
||
|
END
|
||
|
/* EOF */
|