diff options
author | fche <fche> | 2005-08-18 14:46:54 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-18 14:46:54 +0000 |
commit | 1432e3e67446f6171baa813f2e67a9621fcbee7d (patch) | |
tree | d188339fcda87f6eeae3dc9c97cdfe6e4aa46ddc /elaborate.cxx | |
parent | cfb03941894b21c2ccb6bf11cc195a47c9777bde (diff) | |
download | systemtap-steved-1432e3e67446f6171baa813f2e67a9621fcbee7d.tar.gz systemtap-steved-1432e3e67446f6171baa813f2e67a9621fcbee7d.tar.xz systemtap-steved-1432e3e67446f6171baa813f2e67a9621fcbee7d.zip |
none
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index de39b496..4b613058 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -373,6 +373,8 @@ symresolution_info::derive_probes (match_node * root, builder->build(session, p, loc, param_map, re_expand, dps); // Recursively expand any further-expanding results + // XXX: ... or the build routine could get a reference to + // this object and let it call derive_probes() internally if (!re_expand.empty()) { for (unsigned j = 0; j < re_expand.size(); ++j) |