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 f0f59e8..027e135 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -508,7 +508,7 @@ locexpr_describe_location (struct symbol *symbol, struct ui_file *stream) fprintf_filtered (stream, "a thread-local variable at offset %s in the " "thread-local storage for `%s'", - paddr_nz (offset), objfile->name); + paddress (gdbarch, offset), objfile->name); return 1; } |