diff options
Diffstat (limited to 'loc2c.h')
-rw-r--r-- | loc2c.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ struct location *c_translate_location (struct obstack *, __attribute__ ((noreturn, format (printf, 2, 3))), void *fail_arg, + void (*emit_address) (void *fail_arg, + struct obstack *, + Dwarf_Addr), int indent, Dwarf_Addr bias, Dwarf_Attribute *loc_attr, |