mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSEH]
Add dummy seh_prolog.s for arm. Dedicated to Z98 svn path=/trunk/; revision=64038
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
||||
* PROJECT: ReactOS CRT
|
||||
* FILE: lib/pseh/arm/seh_prolog.S
|
||||
* PURPOSE: SEH Support for MSVC / ARM
|
||||
* PROGRAMMERS: Timo Kreuzer
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "ksarm.h"
|
||||
|
||||
TEXTAREA
|
||||
|
||||
IMPORT __except_handler
|
||||
|
||||
LEAF_ENTRY _SEH_prolog
|
||||
|
||||
|
||||
LEAF_END _SEH_prolog
|
||||
|
||||
|
||||
|
||||
LEAF_ENTRY _SEH_epilog
|
||||
|
||||
|
||||
LEAF_END _SEH_epilog
|
||||
|
||||
|
||||
|
||||
END
|
||||
Reference in New Issue
Block a user