diff options
Diffstat (limited to 'loc2c.h')
-rw-r--r-- | loc2c.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -26,8 +26,9 @@ struct location *c_translate_location (struct obstack *, Dwarf_Addr), int indent, Dwarf_Addr bias, - Dwarf_Attribute *loc_attr, - Dwarf_Addr address, + Dwarf_Addr pc_address, + const Dwarf_Op *locexpr, + size_t locexprlen, struct location **input, Dwarf_Attribute *fb_attr); |