bugfix in opt_share
This commit is contained in:
parent
137f35373f
commit
951c72ba52
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ struct OptShareWorker
|
|||
}
|
||||
}
|
||||
log(" Removing %s cell `%s' from module `%s'.\n", cell->type.c_str(), cell->name.c_str(), module->name.c_str());
|
||||
cell_hash_cache.erase(cell);
|
||||
module->remove(cell);
|
||||
total_count++;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue