diff options
| author | Roland McGrath <[email protected]> | 2005-10-28 07:07:19 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-10-28 07:07:19 +0000 |
| commit | 6724c90d02659f7466b67b357563042e403d154e (patch) | |
| tree | 9671d9d41baee4b5256feac1f9f49d45aaa95500 /src/nm.c | |
| parent | 07d4f2fc1cb53f170a71bc13617bbdd9cb1c3c60 (diff) | |
NEWS updates
Diffstat (limited to 'src/nm.c')
| -rw-r--r-- | src/nm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |
