summaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
authorDoug Evans <dje@sebabeach.org>2013-01-24 20:24:44 +0000
committerDoug Evans <dje@sebabeach.org>2013-01-24 20:24:44 +0000
commit1a0bc3cf35f45f7d3fd6988bd6eb2c21511cc554 (patch)
tree75e148b003fb641e60eb60691a88eec84c9c996d /binutils/dwarf.c
parentbd177e608fe5eab4dbe6ff3f27708200e55d3b00 (diff)
downloadbinutils-redhat-1a0bc3cf35f45f7d3fd6988bd6eb2c21511cc554.tar.gz
* dwarf.c (display_debug_addr): Add missing parentheses to expression.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 8127ee3d7a..6d9fdf9371 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -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;