Skip to content

Commit cf75e0e

Browse files
committed
odb: fix cnt bug in defout groups
Signed-off-by: Matt Liberty <[email protected]>
1 parent 0a0134b commit cf75e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/odb/src/defout/defout_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ void DefOut::Impl::writeGroups(dbBlock* block)
820820
std::string name = inst->getName();
821821

822822
*_out << " " << name;
823+
++cnt;
823824
}
824825

825826
dbRegion* parent = group->getRegion();

0 commit comments

Comments
 (0)