mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* dwarf.c (display_debug_addr): Add missing parentheses to expression.
This commit is contained in:
parent
c6ac678db5
commit
90f9a98741
@ -1,3 +1,7 @@
|
||||
2013-01-24 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf.c (display_debug_addr): Add missing parentheses to expression.
|
||||
|
||||
2013-01-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* readelf.c (get_machine_flags): Decode E_V850E3V5_ARCH.
|
||||
|
@ -4399,7 +4399,7 @@ display_debug_addr (struct dwarf_section *section,
|
||||
|
||||
printf (_("Contents of the %s section:\n\n"), section->name);
|
||||
|
||||
debug_addr_info = (debug_info **) xmalloc (num_debug_info_entries + 1
|
||||
debug_addr_info = (debug_info **) xmalloc ((num_debug_info_entries + 1)
|
||||
* sizeof (debug_info *));
|
||||
|
||||
count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user