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 c2aa5b1..445f325 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -8219,10 +8219,10 @@ multiple_reg_loc_descriptor (rtl, regs) { dw_loc_descr_ref t; - ++reg; t = one_reg_loc_descriptor (reg); add_loc_descr (&loc_result, t); add_loc_descr (&loc_result, new_loc_descr (DW_OP_piece, size, 0)); + ++reg; } return loc_result; } |