mirror of
https://github.com/verilator/verilator.git
synced 2025-05-03 14:06:54 +00:00
Fix coredump with UVM parse, caused by recent commit.
This commit is contained in:
parent
ced1af8cb8
commit
fdb4d3a145
@ -448,6 +448,7 @@ public:
|
||||
ASTNODE_NODE_FUNCS(TypedefFwd)
|
||||
// METHODS
|
||||
virtual string name() const { return m_name; }
|
||||
virtual bool maybePointedTo() const { return true; }
|
||||
};
|
||||
|
||||
class AstDefImplicitDType : public AstNodeDType {
|
||||
|
Loading…
Reference in New Issue
Block a user