diff options
Diffstat (limited to 'gdb/dwarf2/loc.h')
-rw-r--r-- | gdb/dwarf2/loc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/loc.h b/gdb/dwarf2/loc.h index 37925f48497..ad60177e93c 100644 --- a/gdb/dwarf2/loc.h +++ b/gdb/dwarf2/loc.h @@ -37,7 +37,7 @@ extern unsigned int entry_values_debug; /* Find a particular location expression from a location list. */ const gdb_byte *dwarf2_find_location_expression - (struct dwarf2_loclist_baton *baton, + (const dwarf2_loclist_baton *baton, size_t *locexpr_length, CORE_ADDR pc); |