forked from OSchip/llvm-project
parent
ffed1cb339
commit
80178eea6a
|
@ -813,8 +813,7 @@ _Unwind_Reason_Code ourPersonality(int version,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const uint8_t* lsda = (uint8_t*)
|
const uint8_t* lsda = _Unwind_GetLanguageSpecificData(context);
|
||||||
_Unwind_GetLanguageSpecificData(context);
|
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
|
|
Loading…
Reference in New Issue