forked from Imagelibrary/binutils-gdb
2000-11-12 H.J. Lu (hjl@gnu.org)
* dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT instead of bfd_vma for non-bfd assemblers.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user