Fix defer ir bug

This commit is contained in:
gingerBill
2018-08-15 15:44:41 +01:00
parent 1ee60663bb
commit b3ebff715a
7 changed files with 32 additions and 48 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ void add_type_info_type(CheckerContext *c, Type *t) {
break;
case Type_BitSet:
add_type_info_type(c, bt->BitSet.base_type);
add_type_info_type(c, bt->BitSet.base);
break;
case Type_Union: