diff options
Diffstat (limited to 'gdb/windows-tdep.c')
-rw-r--r-- | gdb/windows-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index eb44d8d..430d44b 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -331,7 +331,7 @@ display_one_tib (ptid_t ptid) return -1; } - if (target_read (target_stack, TARGET_OBJECT_MEMORY, + if (target_read (current_top_target (), TARGET_OBJECT_MEMORY, NULL, tib, thread_local_base, tib_size) != tib_size) { printf_filtered (_("Unable to read thread information " |