This commit is contained in:
gingerBill
2018-05-06 15:31:18 +01:00
parent fc77b5b4ac
commit 66b4252931
5 changed files with 2 additions and 99 deletions
+1
View File
@@ -680,6 +680,7 @@ void ir_print_exact_value(irFileBuffer *f, irModule *m, ExactValue value, Type *
}
break;
}
GB_ASSERT_MSG(elem_count == type->Array.count, "%td != %td", elem_count, type->Array.count);
ir_write_byte(f, '[');