mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-31 10:04:55 +02:00
issue139 reset lexers on parse error
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -730,7 +730,7 @@ void spefFlushBuffer();
|
||||
int
|
||||
SpefParse_error(const char *msg)
|
||||
{
|
||||
sta::spef_reader->warn(179, "%s.", msg);
|
||||
spefFlushBuffer();
|
||||
sta::spef_reader->warn(179, "%s.", msg);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user