forked from OSchip/llvm-project
Add missing _LIBCXXABI_FUNC_VIS to __gxx_personality_seh0
This was missed in SVN r337754. llvm-svn: 339503
This commit is contained in:
parent
ce698a5586
commit
9b60b9289c
|
@ -1038,7 +1038,7 @@ __gxx_personality_v0
|
|||
}
|
||||
|
||||
#if defined(__SEH__) && !defined(__USING_SJLJ_EXCEPTIONS__)
|
||||
extern "C" EXCEPTION_DISPOSITION
|
||||
extern "C" _LIBCXXABI_FUNC_VIS EXCEPTION_DISPOSITION
|
||||
__gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame,
|
||||
PCONTEXT ms_orig_context, PDISPATCHER_CONTEXT ms_disp)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue