/* * COPYRIGHT: BSD - See COPYING.ARM in the top level directory * PROJECT: ReactOS CRT librariy * PURPOSE: Implementation of _except_handler2 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org) */ /* INCLUDES ******************************************************************/ #include /* CODE **********************************************************************/ TEXTAREA LEAF_ENTRY _except_handler2 __assertfail bx lr LEAF_END _except_handler2 END /* EOF */