Revert previous erroneous checkin.
This commit is contained in:
parent
83413c558c
commit
d66b75d138
1 changed files with 0 additions and 1 deletions
|
@ -1149,7 +1149,6 @@ val_print_string (CORE_ADDR addr, int len, int width, struct ui_file *stream)
|
||||||
found_nul = 0;
|
found_nul = 0;
|
||||||
old_chain = make_cleanup (null_cleanup, 0);
|
old_chain = make_cleanup (null_cleanup, 0);
|
||||||
|
|
||||||
bufptr = NULL;
|
|
||||||
if (len > 0)
|
if (len > 0)
|
||||||
{
|
{
|
||||||
buffer = (char *) xmalloc (len * width);
|
buffer = (char *) xmalloc (len * width);
|
||||||
|
|
Loading…
Add table
Reference in a new issue