This commit is contained in:
Stan Lee 2026-03-06 10:36:29 -08:00
parent 69145403df
commit 1592125e71
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ std::string FstData::autoScope(Module *topmod) {
log_warning("Multiple scopes found for module '%s'. Using the first one.\n",
top);
}
std::string scope = results[0];
scope = results[0];
}
return scope;
}