diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.cxx b/staptree.cxx index 1243df98..e64c3710 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -435,6 +435,7 @@ void probe_alias::printsig (ostream& o) o << (i>0 ? " = " : ""); alias_names[i]->print (o); } + o << " = "; for (unsigned i=0; i<locations.size(); i++) { o << (i>0 ? ", " : ""); |