summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 9fc7b455..cab3236e 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -4270,6 +4270,8 @@ dwarf_builder::build(systemtap_session & sess,
struct task_finder_derived_probe: public derived_probe
{
+ // Dummy constructor for gcc 3.4 compatibility
+ task_finder_derived_probe (): derived_probe (0) { assert(0); }
};