Assigning to $Type now works.

This commit is contained in:
Christoffer Lerno
2021-07-20 23:36:53 +02:00
parent c149f14a1f
commit 46e39f883c
7 changed files with 59 additions and 3 deletions

View File

@@ -3177,6 +3177,8 @@ void llvm_emit_expr(GenContext *c, BEValue *value, Expr *expr)
case EXPR_CATCH:
gencontext_emit_trycatch_expr(c, value, expr);
return;
case EXPR_NOP:
return;
case EXPR_ELSE:
gencontext_emit_else_expr(c, value, expr);
return;