mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* value.c (value_contents_writeable): Use value_contents_raw.
This commit is contained in:
parent
2b71414df9
commit
fc0c53a0cd
@ -1,3 +1,7 @@
|
||||
2005-08-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* value.c (value_contents_writeable): Use value_contents_raw.
|
||||
|
||||
2005-08-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
Suggested by Shaun Jackman <sjackman@gmail.com>:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user