mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Revert previous erroneous checkin.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user