[COMPILER_APITEST] Sync an '#if defined(_X86_)' (#3318)

Addendum to dfccee7 (r41810).
This commit is contained in:
Serge Gautherie 2021-03-04 23:03:37 +01:00 committed by GitHub
parent 63007901fd
commit b43bb63373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2643,7 +2643,7 @@ int call_test(int (* func)(void))
static int ret;
static struct volatile_context before, after;
static LPTOP_LEVEL_EXCEPTION_FILTER prev_unhandled_exception;
#if !defined(_PSEH3_H_) && !defined(_MSC_VER)
#if defined(_X86_) && !defined(_PSEH3_H_) && !defined(_MSC_VER)
static _SEH2Registration_t * prev_frame;
_SEH2Registration_t passthrough_frame;
#endif