mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
s/value_ptr/struct value */
This commit is contained in:
@ -1023,7 +1023,7 @@ until_command (char *arg, int from_tty)
|
||||
static void
|
||||
print_return_value (int structure_return, struct type *value_type)
|
||||
{
|
||||
register value_ptr value;
|
||||
struct value *value;
|
||||
#ifdef UI_OUT
|
||||
static struct ui_stream *stb = NULL;
|
||||
#endif /* UI_OUT */
|
||||
|
Reference in New Issue
Block a user