diff options
author | Dave Brolley <brolley@redhat.com> | 2009-04-08 12:03:08 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-04-08 12:03:08 -0400 |
commit | 2f7ba4b8416eae26971da68fdc14aa8560a7939c (patch) | |
tree | d5b4383e43bc108d9f76d30addfd857b6bf8dc62 /elaborate.cxx | |
parent | 83d18bfb001f334309163e54d6c5bd28a1829035 (diff) | |
parent | 3dd58c2ac312fc16aa38124987081adbd6697629 (diff) | |
download | systemtap-steved-2f7ba4b8416eae26971da68fdc14aa8560a7939c.tar.gz systemtap-steved-2f7ba4b8416eae26971da68fdc14aa8560a7939c.tar.xz systemtap-steved-2f7ba4b8416eae26971da68fdc14aa8560a7939c.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 34e6ab16..323261c7 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -3392,6 +3392,9 @@ typeresolution_info::visit_symbol (symbol* e) void typeresolution_info::visit_target_symbol (target_symbol* e) { + if (!e->probe_context_var.empty()) + return; + // This occurs only if a target symbol was not resolved over in // tapset.cxx land, that error was properly suppressed, and the // later unused-expression-elimination pass didn't get rid of it |