forked from M-Labs/artiq
1
0
Fork 0

Commit missing parts of 0b69e488.

This commit is contained in:
whitequark 2015-12-31 21:09:24 +08:00
parent 0b69e488e6
commit 51e966edf2
1 changed files with 1 additions and 1 deletions

View File

@ -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;