From 306a60d162804f791eb21a5af97ed2c2dab91471 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 31 Oct 2002 22:04:53 +0000 Subject: [PATCH] _seh_longjmp_unwind is i386 only for now. --- dlls/msvcrt/except.c | 2 +- dlls/msvcrt/msvcrt.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/msvcrt/except.c b/dlls/msvcrt/except.c index 890583858e0..48ce7b3aafd 100644 --- a/dlls/msvcrt/except.c +++ b/dlls/msvcrt/except.c @@ -370,7 +370,6 @@ void _MSVCRT_longjmp(_JUMP_BUFFER *jmp, int retval, CONTEXT86* context) context->Eip = jmp->Eip; context->Eax = retval; } -#endif /* i386 */ /********************************************************************* * _seh_longjmp_unwind (MSVCRT.@) @@ -379,6 +378,7 @@ void __stdcall _seh_longjmp_unwind(_JUMP_BUFFER *jmp) { _local_unwind2( (MSVCRT_EXCEPTION_FRAME *)jmp->Registration, jmp->TryLevel ); } +#endif /* i386 */ /********************************************************************* * signal (MSVCRT.@) diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 5e822a1efb4..50913bf124f 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -423,7 +423,7 @@ init MSVCRT_Init @ cdecl _safe_fprem1() _safe_fprem1 @ cdecl _scalb( double long) _scalb @ cdecl _searchenv(str str str) _searchenv -@ stdcall _seh_longjmp_unwind(ptr) _seh_longjmp_unwind +@ stdcall -i386 _seh_longjmp_unwind(ptr) _seh_longjmp_unwind @ stub _set_error_mode #(long) @ stub _set_sbh_threshold #(long) @ stub _seterrormode #(long)