Add an absolute symbol pointing to _CxxThrowException on Windows
This commit is contained in:
parent
21f2c66a0f
commit
89543f66cf
@ -554,6 +554,8 @@ namespace cling {
|
||||
// behavior is Intel x86-specific.
|
||||
static const unsigned long _tls_array = 0x2C;
|
||||
m_Executor->replaceSymbol("_tls_array", (void *)&_tls_array);
|
||||
// Support SEH on Windows.
|
||||
m_Executor->replaceSymbol("_CxxThrowException@8", &_CxxThrowException);
|
||||
#endif
|
||||
|
||||
#ifdef CLING_WIN_SEH_EXCEPTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user