1/* 2 * COPYRIGHT: BSD - See COPYING.ARM in the top level directory 3 * PROJECT: ReactOS CRT librariy 4 * PURPOSE: Implementation of _except_handler3 5 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) 6 */ 7 8/* INCLUDES ******************************************************************/ 9 10#include <kxarm.h> 11 12/* CODE **********************************************************************/ 13 TEXTAREA 14 15 LEAF_ENTRY _except_handler3 16 __assertfail 17 bx lr 18 LEAF_END _except_handler3 19 20 END 21/* EOF */ 22