summaryrefslogtreecommitdiffstats
path: root/src/nm.c
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2005-10-28 07:07:19 +0000
committerRoland McGrath <[email protected]>2005-10-28 07:07:19 +0000
commit6724c90d02659f7466b67b357563042e403d154e (patch)
tree9671d9d41baee4b5256feac1f9f49d45aaa95500 /src/nm.c
parent07d4f2fc1cb53f170a71bc13617bbdd9cb1c3c60 (diff)
NEWS updates
Diffstat (limited to 'src/nm.c')
-rw-r--r--src/nm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm.c b/src/nm.c
index 66e0b21b..d4d66be6 100644
--- a/src/nm.c
+++ b/src/nm.c
@@ -582,9 +582,9 @@ get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc)
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. */