mirror of https://github.com/m-labs/artiq.git
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);
|
||||
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");
|
||||
exceptionMatched = 1;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue