mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
Internals: More const. No functional change intended.
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ class ReloopVisitor final : public AstNVisitor {
|
||||
private:
|
||||
// NODE STATE
|
||||
// AstCFunc::user1p -> Var* for temp var, 0=not set yet
|
||||
AstUser1InUse m_inuser1;
|
||||
const AstUser1InUse m_inuser1;
|
||||
|
||||
// STATE
|
||||
VDouble0 m_statReloops; // Statistic tracking
|
||||
|
||||
Reference in New Issue
Block a user