Fix amd64 build.

svn path=/trunk/; revision=54652
This commit is contained in:
Sylvain Petreolle 2011-12-14 23:46:23 +00:00
parent b30bf6de31
commit 965b4e276c

View file

@ -262,8 +262,6 @@ int CDECL _except_handler4_common( ULONG *cookie, void (*check_cookie)(void),
return ExceptionContinueSearch; return ExceptionContinueSearch;
} }
#endif
/******************************************************************* /*******************************************************************
* _local_unwind4 (MSVCRT.@) * _local_unwind4 (MSVCRT.@)
*/ */
@ -281,6 +279,8 @@ void __stdcall _seh_longjmp_unwind4(struct __JUMP_BUFFER *jmp)
jmp->TryLevel, (void *)jmp->Ebp ); jmp->TryLevel, (void *)jmp->Ebp );
} }
#endif
/****************************************************************** /******************************************************************
* __uncaught_exception * __uncaught_exception
*/ */