mirror of
https://github.com/verilator/verilator.git
synced 2025-01-09 16:17:36 +00:00
Internals: const pointer argument
This commit is contained in:
parent
32e99ba0d9
commit
a9c4a96c0f
@ -71,7 +71,7 @@ public:
|
||||
return v3Global.opt.prefix();
|
||||
}
|
||||
|
||||
static bool isConstPoolMod(AstNode* modp) {
|
||||
static bool isConstPoolMod(const AstNode* modp) {
|
||||
return modp == v3Global.rootp()->constPoolp()->modp();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user