summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index c3b9cbe9..99126fb5 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -997,7 +997,10 @@ semantic_pass (systemtap_session& s)
systemtap_session::systemtap_session ():
pattern_root(new match_node),
- user_file (0), op (0), up (0), num_errors (0)
+ user_file (0), op (0), up (0),
+ kprobes_text_initialized (false),
+ kprobes_text_start (0), kprobes_text_end (0),
+ num_errors (0)
{
}