[ARM] Fix some compilation errors for ARM

CORE-17634 CORE-17604
This commit is contained in:
Stanislav Motylkov 2021-09-09 18:56:32 +03:00
parent 0233bb72b3
commit 3f4c98a425
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
6 changed files with 34 additions and 37 deletions

View file

@ -1,27 +0,0 @@
/*
* COPYRIGHT: BSD - See COPYING.ARM in the top level directory
* PROJECT: ReactOS CRT librariy
* PURPOSE: Implementation of _chkstk and _alloca_probe
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
* Yuntian Zhang (yuntian.zh@gmail.com)
*/
/* INCLUDES ******************************************************************/
#include <kxarm.h>
/* CODE **********************************************************************/
TEXTAREA
LEAF_ENTRY ___chkstk_ms
__assertfail
bx lr
LEAF_END __chkstk_ms
LEAF_ENTRY __alloca_probe
__assertfail
bx lr
LEAF_END __alloca_probe
END
/* EOF */