1
0
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:
bbbradsmith 2021-02-22 18:14:27 -05:00 committed by greg-king5
parent 3584c4c87f
commit 6ebe551919

View File

@ -466,7 +466,6 @@ static void GetSegExprValInternal (ExprNode* Expr, SegExprDesc* D, int Sign)
if (Expr == 0)
{
D->TooComplex = 1;
return;
}