1/* 2 * COPYRIGHT: BSD - See COPYING.ARM in the top level directory 3 * PROJECT: ReactOS CRT library 4 * PURPOSE: Implementation of __jump_unwind 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 __jump_unwind 16 __assertfail 17 bx lr 18 LEAF_END __jump_unwind 19 20 END 21/* EOF */ 22