summaryrefslogtreecommitdiffstats
path: root/staptree.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.cxx')
-rw-r--r--staptree.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/staptree.cxx b/staptree.cxx
index b1130d94..cf934fa2 100644
--- a/staptree.cxx
+++ b/staptree.cxx
@@ -630,8 +630,7 @@ traversing_visitor::visit_logical_and_expr (logical_and_expr* e)
void
traversing_visitor::visit_array_in (array_in* e)
{
- e->left->visit (this);
- e->right->visit (this);
+ e->operand->visit (this);
}
void