summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 01c6e3cd..2d75058d 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -55,7 +55,7 @@ expression* add_condition (expression* a, expression* b)
derived_probe::derived_probe (probe *p):
- base (p)
+ base (p), sdt_semaphore_addr(0)
{
assert (p);
this->locations = p->locations;
@@ -66,7 +66,7 @@ derived_probe::derived_probe (probe *p):
derived_probe::derived_probe (probe *p, probe_point *l):
- base (p)
+ base (p), sdt_semaphore_addr(0)
{
assert (p);
this->tok = p->tok;