diff options
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 6ef1e188..d7fc79ac 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -592,7 +592,7 @@ struct dwarf_query : public base_query struct dwarf_builder: public derived_probe_builder { - map <string,dwflpp*> kern_dw; + map <string,dwflpp*> kern_dw; /* NB: key string could be a wildcard */ map <string,dwflpp*> user_dw; dwarf_builder() {} |