diff options
Diffstat (limited to 'gdb/mi/mi-main.c')
-rw-r--r-- | gdb/mi/mi-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 5187cb056c2..78b7f7c2efb 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c @@ -659,7 +659,7 @@ mi_cmd_data_evaluate_expression (char *command, char **argv, int argc) { struct expression *expr; struct cleanup *old_chain = NULL; - value_ptr val; + struct value *val; struct ui_stream *stb = NULL; stb = ui_out_stream_new (uiout); |