diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 74303c2dff0..beed56b4981 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8965,7 +8965,7 @@ loc_descriptor_from_tree_1 (tree loc, int want_address) int volatilep; obj = get_inner_reference (loc, &bitsize, &bitpos, &offset, &mode, - &unsignedp, &volatilep); + &unsignedp, &volatilep, false); if (obj == loc) return 0; |