Convert the unavailable vector to be bit, not byte, based.
[deliverable/binutils-gdb.git] / gdb / dwarf2loc.c
index 2b1f32314a8feefb2d0378de980cea9e56cf66d0..7b911b11e13f4c592ea6f1cbf1643a48eb2c511f 100644 (file)
@@ -1709,7 +1709,7 @@ read_pieced_value (struct value *v)
                    if (optim)
                      set_value_optimized_out (v, 1);
                    if (unavail)
-                     mark_value_bytes_unavailable (v, offset, this_size);
+                     mark_value_bits_unavailable (v, offset, this_size_bits);
                  }
              }
            else
This page took 0.024907 seconds and 4 git commands to generate.