xref: /reactos/sdk/lib/crt/except/arm64/chkstk_asm.s (revision 3e1f4074)
1
2/* INCLUDES ******************************************************************/
3
4/* We need one of these first! */
5/* #include <kxarm64.h> */
6
7/* CODE **********************************************************************/
8    TEXTAREA
9
10    LEAF_ENTRY __chkstk
11    /* TODO: add an assert fail call, as this is unimplemented */
12    LEAF_END __chkstk
13
14    LEAF_ENTRY __alloca_probe
15    /* TODO: add an assert fail call, as this is unimplemented */
16    LEAF_END __alloca_probe
17
18    END
19/* EOF */
20