mirror of
https://github.com/verilator/verilator.git
synced 2025-04-29 20:16:53 +00:00
Internals: Fix missing static. No functional change.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
parent
304a24d03a
commit
74a92e739f
@ -58,7 +58,7 @@ public:
|
|||||||
static string topClassName() { // Return name of top wrapper module
|
static string topClassName() { // Return name of top wrapper module
|
||||||
return v3Global.opt.prefix();
|
return v3Global.opt.prefix();
|
||||||
}
|
}
|
||||||
AstCFile* newCFile(const string& filename, bool slow, bool source) {
|
static AstCFile* newCFile(const string& filename, bool slow, bool source) {
|
||||||
AstCFile* cfilep = new AstCFile(v3Global.rootp()->fileline(), filename);
|
AstCFile* cfilep = new AstCFile(v3Global.rootp()->fileline(), filename);
|
||||||
cfilep->slow(slow);
|
cfilep->slow(slow);
|
||||||
cfilep->source(source);
|
cfilep->source(source);
|
||||||
|
Loading…
Reference in New Issue
Block a user