Fixed incorrect fallthrough.

This commit is contained in:
Christoffer Lerno
2020-05-07 12:33:17 +02:00
parent 721bcde179
commit a160bfc352

View File

@@ -443,6 +443,7 @@ void fprint_type_info_recursive(FILE *file, TypeInfo *type_info, int indent)
DUMP("(incarray");
DUMPTI(type_info->array.base);
DUMPE();
break;
case TYPE_INFO_EXPRESSION:
DUMP("(typexpr");
DUMPEXPR(type_info->unresolved_type_expr);