diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-08-15 14:46:27 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-08-15 14:46:27 -0400 |
commit | fd5747054ac2a5c90d209195c55e6310972f969a (patch) | |
tree | cd191aba96a5b2a4f198427144e36de49c43f7ff /tapsets.cxx | |
parent | aa15b9f0167dfc87c3bd78e956005b0eacefbc98 (diff) | |
download | systemtap-steved-fd5747054ac2a5c90d209195c55e6310972f969a.tar.gz systemtap-steved-fd5747054ac2a5c90d209195c55e6310972f969a.tar.xz systemtap-steved-fd5747054ac2a5c90d209195c55e6310972f969a.zip |
PR6836: tweak $$return formatting
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 1f7d2555..f661b7e4 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -4333,7 +4333,7 @@ dwarf_var_expanding_copy_visitor::visit_target_symbol (target_symbol *e) } else { - pf->raw_components += "$return"; + pf->raw_components += "return"; pf->raw_components += "=%#x "; pf->args.push_back(*(expression**)this->targets.top()); } |