diff options
Diffstat (limited to 'gas/dwarf2dbg.c')
-rw-r--r-- | gas/dwarf2dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/dwarf2dbg.c b/gas/dwarf2dbg.c index b91ba58..1dac778 100644 --- a/gas/dwarf2dbg.c +++ b/gas/dwarf2dbg.c @@ -780,7 +780,7 @@ void dwarf2_generate_asm_lineno (size) int size; { - bfd_vma addr; + addressT addr; static struct dwarf2_line_info debug_line; /* First update the notion of the current source line. */ |