Extract string-printing out of ada_val_print_array
[deliverable/binutils-gdb.git] / gdb / dwarf2loc.c
index 2b1f32314a8feefb2d0378de980cea9e56cf66d0..dd921ec0514bc8e0735380fc50d11e823e812c81 100644 (file)
@@ -1,6 +1,6 @@
 /* DWARF 2 location expression support for GDB.
 
-   Copyright (C) 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 Free Software Foundation, Inc.
 
    Contributed by Daniel Jacobowitz, MontaVista Software, Inc.
 
@@ -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.024173 seconds and 4 git commands to generate.