summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r--dwflpp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index 6f75c0a4..bfae1354 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -63,9 +63,9 @@ static string TOK_KERNEL("kernel");
dwflpp::dwflpp(systemtap_session & session, const string& user_module):
- sess(session), dwfl(NULL), module(NULL), module_dwarf(NULL),
- module_bias(0), mod_info(NULL), module_start(0), module_end(0),
- cu(NULL), function(NULL)
+ sess(session), module(NULL), module_bias(0), mod_info(NULL),
+ module_start(0), module_end(0), cu(NULL), dwfl(NULL),
+ module_dwarf(NULL), function(NULL)
{
if (user_module.empty())
setup_kernel();