commit | 6724c90d02659f7466b67b357563042e403d154e | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Fri Oct 28 07:07:19 2005 +0000 |
committer | Roland McGrath <roland@redhat.com> | Fri Oct 28 07:07:19 2005 +0000 |
tree | 9671d9d41baee4b5256feac1f9f49d45aaa95500 | |
parent | 07d4f2fc1cb53f170a71bc13617bbdd9cb1c3c60 [diff] [blame] |
NEWS updates
diff --git a/src/nm.c b/src/nm.c index 66e0b21..d4d66be 100644 --- a/src/nm.c +++ b/src/nm.c
@@ -582,9 +582,9 @@ if (locattr == NULL) return 1; - Dwarf_Loc *loc; + Dwarf_Op *loc; size_t nloc; - if (dwarf_getloclist (locattr, &loc, &nloc) != 0) + if (dwarf_getlocation (locattr, &loc, &nloc) != 0) return 1; /* Interpret the location expressions. */