Implemented _seh_longjmp_unwind.

oldstable
Alexandre Julliard 2002-10-16 18:59:38 +00:00
parent 2dcc6f0fc9
commit acea9d12eb
2 changed files with 9 additions and 1 deletions

View File

@ -372,6 +372,14 @@ void _MSVCRT_longjmp(_JUMP_BUFFER *jmp, int retval, CONTEXT86* context)
}
#endif /* i386 */
/*********************************************************************
* _seh_longjmp_unwind (MSVCRT.@)
*/
void __stdcall _seh_longjmp_unwind(_JUMP_BUFFER *jmp)
{
_local_unwind2( (MSVCRT_EXCEPTION_FRAME *)jmp->Registration, jmp->TryLevel );
}
/*********************************************************************
* signal (MSVCRT.@)
*/

View File

@ -423,7 +423,7 @@ init MSVCRT_Init
@ cdecl _safe_fprem1() _safe_fprem1
@ cdecl _scalb( double long) _scalb
@ cdecl _searchenv(str str str) _searchenv
@ stub _seh_longjmp_unwind
@ stdcall _seh_longjmp_unwind(ptr) _seh_longjmp_unwind
@ stub _set_error_mode #(long)
@ stub _set_sbh_threshold #(long)
@ stub _seterrormode #(long)