mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Assigning to $Type now works.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user