Skip to content

Commit 4e744bb

Browse files
committed
arc64: Remove evaluae_expression
Based on a Tom Tromey patch 43048e4 Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
1 parent b40e642 commit 4e744bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdb/arc64-tdep.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ dump_arc_instruction_command (const char *args, int from_tty)
21952195
{
21962196
struct value *val;
21972197
if (args != NULL && strlen (args) > 0)
2198-
val = evaluate_expression (parse_expression (args).get ());
2198+
val = parse_expression (args)->evaluate ();
21992199
else
22002200
val = access_value_history (0);
22012201
val->record_latest ();

0 commit comments

Comments
 (0)