Skip to content

Commit

Permalink
+ Reference node's children
Browse files Browse the repository at this point in the history
  • Loading branch information
sudmit082 committed Aug 29, 2024
1 parent 0648bb9 commit d53c176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libtriton/ast/ast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3012,6 +3012,7 @@ namespace triton {
ReferenceNode::ReferenceNode(const triton::engines::symbolic::SharedSymbolicExpression& expr)
: AbstractNode(REFERENCE_NODE, expr->getAst()->getContext())
, expr(expr) {
this->addChild(expr->getAst());
}


Expand Down

0 comments on commit d53c176

Please sign in to comment.