aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index fb54655..346c0c7 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -7690,8 +7690,8 @@ read_common_block (struct die_info *die, struct dwarf2_cu *cu)
LONGEST offset;
sym = new_symbol (child_die, NULL, cu);
- if (sym != NULL &&
- handle_data_member_location (child_die, cu, &offset))
+ if (sym != NULL
+ && handle_data_member_location (child_die, cu, &offset))
{
SYMBOL_VALUE_ADDRESS (sym) = base + offset;
add_symbol_to_list (sym, &global_symbols);