diff options
author | Tim Moore <timoore@redhat.com> | 2009-10-07 20:10:17 +0200 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-10-07 20:10:17 +0200 |
commit | e6638df404688a1af5e9713befc298984241af5b (patch) | |
tree | a3684cfc7825e9079a021a38732e5d4ce4260c1c /elaborate.cxx | |
parent | 9ed28fbc61420dbcfe46828fe5ee35eae3f4dc79 (diff) | |
parent | 038c38c6119e29189be83c3a214c635c0d02ee58 (diff) | |
download | systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.tar.gz systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.tar.xz systemtap-steved-e6638df404688a1af5e9713befc298984241af5b.zip |
Merge commit 'origin/master'
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 4 |
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; |