diff options
Diffstat (limited to 'gdb/linux-thread-db.c')
-rw-r--r-- | gdb/linux-thread-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-thread-db.c b/gdb/linux-thread-db.c index 54e68cc..c2a3f54 100644 --- a/gdb/linux-thread-db.c +++ b/gdb/linux-thread-db.c @@ -1407,7 +1407,7 @@ thread_db_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, ptid = beneath->wait (ptid, ourstatus, options); - switch (ourstatus->kind) + switch (ourstatus->kind ()) { case TARGET_WAITKIND_IGNORE: case TARGET_WAITKIND_EXITED: |