diff --git a/src/cc65/expr.c b/src/cc65/expr.c index f0bc0d8d9..62785b653 100644 --- a/src/cc65/expr.c +++ b/src/cc65/expr.c @@ -3016,9 +3016,6 @@ static void Assignment (ExprDesc* lval) if (k) { /* Get the address */ exprhs (0, 0, &lval2); - } else { - /* We need an lvalue */ - Error ("Invalid lvalue in assignment"); } /* Push the address (or whatever is in ax in case of errors) */