summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
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());
}