summaryrefslogtreecommitdiffstats
path: root/loc2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'loc2c.h')
-rw-r--r--loc2c.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/loc2c.h b/loc2c.h
index d6617d55..9b0a7868 100644
--- a/loc2c.h
+++ b/loc2c.h
@@ -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);