PR binutils/1437
[deliverable/binutils-gdb.git] / gdb / value.c
index 0b20a5acc46d0289b7654d79c5edfc4f030031e4..097d94140185142f7630cd6e8e31443240174179 100644 (file)
@@ -355,7 +355,7 @@ value_contents_writeable (struct value *value)
 {
   if (value->lazy)
     value_fetch_lazy (value);
-  return value->aligner.contents;
+  return value_contents_raw (value);
 }
 
 /* Return non-zero if VAL1 and VAL2 have the same contents.  Note that
This page took 0.023049 seconds and 4 git commands to generate.