mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
return is sufficient, TooComplex flag is unnecessary to resolve this crash case
suggested by greg-king5 in #1409
This commit is contained in:
parent
3584c4c87f
commit
6ebe551919
@ -466,7 +466,6 @@ static void GetSegExprValInternal (ExprNode* Expr, SegExprDesc* D, int Sign)
|
||||
|
||||
if (Expr == 0)
|
||||
{
|
||||
D->TooComplex = 1;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user