mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-23 14:14:56 +08:00
* eval.c (evaluate_subexp_standard): Use exp->gdbarch types instead
of builtin_type_ macros when handling OP_OBJC_ operations. * objc-lang.c (print_object_command): Likewise.
This commit is contained in:
@ -1378,7 +1378,7 @@ print_object_command (char *args, int from_tty)
|
||||
int pc = 0;
|
||||
|
||||
object = expr->language_defn->la_exp_desc->evaluate_exp
|
||||
(builtin_type_void_data_ptr, expr, &pc, EVAL_NORMAL);
|
||||
(builtin_type (expr->gdbarch)->builtin_data_ptr, expr, &pc, EVAL_NORMAL);
|
||||
do_cleanups (old_chain);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user