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)
|
ASTNODE_NODE_FUNCS(TypedefFwd)
|
||||||
// METHODS
|
// METHODS
|
||||||
virtual string name() const { return m_name; }
|
virtual string name() const { return m_name; }
|
||||||
|
virtual bool maybePointedTo() const { return true; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class AstDefImplicitDType : public AstNodeDType {
|
class AstDefImplicitDType : public AstNodeDType {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue