mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:37:08 +00:00
[ARM] Fix some compilation errors for ARM
CORE-17634 CORE-17604
This commit is contained in:
parent
0233bb72b3
commit
3f4c98a425
6 changed files with 34 additions and 37 deletions
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue