mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Fix bug where !! and ! was not recognized to jump out of the current scope. Remove more casts.
This commit is contained in:
@@ -395,6 +395,7 @@ static void c_emit_expr(GenContext *c, CValue *value, Expr *expr)
|
||||
{
|
||||
switch (expr->expr_kind)
|
||||
{
|
||||
case EXPR_PTR_ACCESS:
|
||||
case EXPR_EXT_TRUNC:
|
||||
break;
|
||||
case EXPR_ACCESS:
|
||||
|
||||
Reference in New Issue
Block a user