This commit is contained in:
Stan Lee 2026-02-27 12:19:14 -08:00
parent 93af5a5232
commit 8ee71ddc7f
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ void FstData::extractVarNames()
if (h->u.scope.typ == FST_ST_VCD_FORK) {
fork_scope_stack.push_back(fst_scope_name);
// Create new vector that contains struct members
normalize_brackets(fst_scope_name);
fork_scopes[fst_scope_name] = std::vector<fstHandle>();
}
break;