mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
* varobj.c (my_value_equal): Mark val2 as volatile.
This commit is contained in:
@ -186,7 +186,7 @@ static CORE_ADDR
|
||||
dwarf_expr_tls_address (void *baton, CORE_ADDR offset)
|
||||
{
|
||||
struct dwarf_expr_baton *debaton = (struct dwarf_expr_baton *) baton;
|
||||
CORE_ADDR addr = 0;
|
||||
volatile CORE_ADDR addr = 0;
|
||||
|
||||
if (target_get_thread_local_address_p ())
|
||||
{
|
||||
|
Reference in New Issue
Block a user