diff options
author | roland <roland> | 2005-12-12 05:34:57 +0000 |
---|---|---|
committer | roland <roland> | 2005-12-12 05:34:57 +0000 |
commit | 79ecbbd48dc51bb6693923c7998371d47b485df0 (patch) | |
tree | 804c0b2abccea05a2f26c9fdc03856a45a2b1561 /loc2c-test.c | |
parent | c8959a2947206725ac85794b06707890996f05b9 (diff) | |
download | systemtap-steved-79ecbbd48dc51bb6693923c7998371d47b485df0.tar.gz systemtap-steved-79ecbbd48dc51bb6693923c7998371d47b485df0.tar.xz systemtap-steved-79ecbbd48dc51bb6693923c7998371d47b485df0.zip |
2005-12-11 Roland McGrath <roland@redhat.com>
* loc2c-test.c (get_location): Fix function name in error message.
Diffstat (limited to 'loc2c-test.c')
-rw-r--r-- | loc2c-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loc2c-test.c b/loc2c-test.c index f3533636..535493a2 100644 --- a/loc2c-test.c +++ b/loc2c-test.c @@ -59,7 +59,7 @@ get_location (Dwarf_Addr dwbias, Dwarf_Addr pc, Dwarf_Attribute *loc_attr, default: /* Shouldn't happen. */ case -1: - fail (NULL, _("dwarf_addrloclists (form %#x): %s"), + fail (NULL, _("dwarf_getlocation_addr (form %#x): %s"), dwarf_whatform (loc_attr), dwarf_errmsg (-1)); return NULL; |