forked from M-Labs/artiq
Commit missing parts of 0b69e488
.
This commit is contained in:
parent
0b69e488e6
commit
51e966edf2
|
@ -422,7 +422,7 @@ _Unwind_Reason_Code __artiq_personality(
|
||||||
encodingSize, typeInfoPtrPtr, (void*)typeInfoPtr);
|
encodingSize, typeInfoPtrPtr, (void*)typeInfoPtr);
|
||||||
EH_LOG("typeInfo=%s", (char*)typeInfoPtr);
|
EH_LOG("typeInfo=%s", (char*)typeInfoPtr);
|
||||||
|
|
||||||
if(typeInfoPtr == 0 || inflight->artiq.typeinfo == typeInfoPtr) {
|
if(typeInfoPtr == 0 || !strcmp(inflight->artiq.typeinfo, typeInfoPtr)) {
|
||||||
EH_LOG0("matching action found");
|
EH_LOG0("matching action found");
|
||||||
exceptionMatched = 1;
|
exceptionMatched = 1;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue