diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 513d030..4724609 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -441,7 +441,7 @@ sol_thread_target::wait (ptid_t ptid, struct target_waitstatus *ourstatus, ptid_t rtnval = beneath ()->wait (ptid, ourstatus, options); - if (ourstatus->kind != TARGET_WAITKIND_EXITED) + if (ourstatus->kind () != TARGET_WAITKIND_EXITED) { /* Map the LWP of interest back to the appropriate thread ID. */ ptid_t thr_ptid = lwp_to_thread (rtnval); |