@@ -47,7 +47,7 @@ struct _LIBCXXABI_HIDDEN __cxa_exception {
47
47
// In Wasm, a destructor returns its argument
48
48
void *(_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
49
49
#else
50
- void (_LIBCXXABI_DTOR_FUNC* __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
50
+ void (_LIBCXXABI_DTOR_FUNC * __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
51
51
#endif
52
52
std::unexpected_handler __ptrauth_cxxabi_unexpected_handler unexpectedHandler;
53
53
std::terminate_handler __ptrauth_cxxabi_terminate_handler terminateHandler;
@@ -61,10 +61,10 @@ struct _LIBCXXABI_HIDDEN __cxa_exception {
61
61
int propagationCount;
62
62
#else
63
63
int handlerSwitchValue;
64
- const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
65
- const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
66
- void * __ptrauth_cxxabi_catch_temp catchTemp;
67
- void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
64
+ const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
65
+ const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
66
+ void * __ptrauth_cxxabi_catch_temp catchTemp;
67
+ void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
68
68
#endif
69
69
70
70
#if !defined(__LP64__) && !defined(_WIN64) && !defined(_LIBCXXABI_ARM_EHABI)
@@ -88,7 +88,7 @@ struct _LIBCXXABI_HIDDEN __cxa_dependent_exception {
88
88
#endif
89
89
90
90
std::type_info *exceptionType;
91
- void (_LIBCXXABI_DTOR_FUNC* __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
91
+ void (_LIBCXXABI_DTOR_FUNC * __ptrauth_cxxabi_exception_destructor exceptionDestructor)(void *);
92
92
std::unexpected_handler __ptrauth_cxxabi_unexpected_handler unexpectedHandler;
93
93
std::terminate_handler __ptrauth_cxxabi_terminate_handler terminateHandler;
94
94
@@ -102,10 +102,10 @@ struct _LIBCXXABI_HIDDEN __cxa_dependent_exception {
102
102
#else
103
103
int handlerSwitchValue;
104
104
105
- const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
106
- const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
107
- void * __ptrauth_cxxabi_catch_temp catchTemp;
108
- void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
105
+ const unsigned char * __ptrauth_cxxabi_action_record actionRecord;
106
+ const unsigned char * __ptrauth_cxxabi_lsd languageSpecificData;
107
+ void * __ptrauth_cxxabi_catch_temp catchTemp;
108
+ void * __ptrauth_cxxabi_adjusted_ptr adjustedPtr;
109
109
#endif
110
110
111
111
#if !defined(__LP64__) && !defined(_WIN64) && !defined(_LIBCXXABI_ARM_EHABI)
0 commit comments