diff options
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r-- | gdb/dwarf2loc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index d9b1271..20bb65c 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -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 ()) { |