Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/elaborate.cxx b/elaborate.cxx
- index 2c08568ac..46850d90c 100644
- --- a/elaborate.cxx
- +++ b/elaborate.cxx
- @@ -1746,6 +1746,10 @@ void embeddedcode_info_pass (systemtap_session& s)
- embeddedcode_info eci (s);
- for (unsigned i=0; i<s.probes.size(); i++)
- s.probes[i]->body->visit (& eci);
- +
- + for (map<string,functiondecl*>::iterator it = s.functions.begin();
- + it != s.functions.end(); it++)
- + it->second->body->visit (& eci);
- }
- // ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement