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
@@ -483,7 +483,7 @@ AST_KIND(_TypeBegin, "", bool) \
}) \
AST_KIND(BitSetType, "bit set type", struct { \
Token token; \
Ast * base_type; \
Ast * base; \
}) \
AST_KIND(MapType, "map type", struct { \
Token token; \