mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 00:30:34 +02:00
Internals: Mark structs final/VL_NOT_FINAL. No functional change intended.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
//######################################################################
|
||||
// GraphPCNode
|
||||
|
||||
struct GraphPCNode {
|
||||
struct GraphPCNode final {
|
||||
// User data for each node in GraphPathChecker.
|
||||
//
|
||||
// Like the LogicMTasks's, store before and after CPs for the nodes in
|
||||
|
||||
Reference in New Issue
Block a user