liberty seg fault
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
54d85a97a8
commit
872047581f
|
|
@ -3298,7 +3298,7 @@ void
|
|||
LibertyReader::endBundle(LibertyGroup *group)
|
||||
{
|
||||
if (cell_) {
|
||||
if (ports_->empty())
|
||||
if (ports_ && ports_->empty())
|
||||
libWarn(1237, group, "bundle %s member not found.", group->firstName());
|
||||
endBusOrBundle();
|
||||
in_bundle_ = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue