[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / except / arm / chkstk_ms.s
diff --git a/reactos/lib/sdk/crt/except/arm/chkstk_ms.s b/reactos/lib/sdk/crt/except/arm/chkstk_ms.s
deleted file mode 100644 (file)
index dcad0ca..0000000
+++ /dev/null
@@ -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 */