defRead.c: DefRead() incorrect arg0 to LefParseEndStatement()
This commit is contained in:
parent
25ec9fccef
commit
f7c550e82f
|
|
@ -2626,7 +2626,7 @@ DefRead(inName, dolabels, annotate, noblockage)
|
||||||
oscale, total);
|
oscale, total);
|
||||||
break;
|
break;
|
||||||
case DEF_END:
|
case DEF_END:
|
||||||
if (!LefParseEndStatement(token, "DESIGN"))
|
if (!LefParseEndStatement(f, "DESIGN"))
|
||||||
{
|
{
|
||||||
LefError(DEF_ERROR, "END statement out of context.\n");
|
LefError(DEF_ERROR, "END statement out of context.\n");
|
||||||
keyword = -1;
|
keyword = -1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue