forked from Imagelibrary/binutils-gdb
gdb: remove BLOCK_ENTRY_PC macro
Replace with equivalent method. Change-Id: I0e033095e7358799930775e61028b48246971a7d
This commit is contained in:
committed by
Simon Marchi
parent
086d03c91e
commit
6395b62847
@@ -571,7 +571,7 @@ gen_var_ref (struct agent_expr *ax, struct axs_value *value, struct symbol *var)
|
||||
break;
|
||||
|
||||
case LOC_BLOCK:
|
||||
ax_const_l (ax, BLOCK_ENTRY_PC (var->value_block ()));
|
||||
ax_const_l (ax, var->value_block ()->entry_pc ());
|
||||
value->kind = axs_rvalue;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user