diff options
Diffstat (limited to 'gdb/inflow.c')
-rw-r--r-- | gdb/inflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inflow.c b/gdb/inflow.c index f9917d6..9704506 100644 --- a/gdb/inflow.c +++ b/gdb/inflow.c @@ -530,7 +530,7 @@ child_interrupt (struct target_ops *self) resumed = thr; break; } - if (thr->suspend.waitstatus_pending_p) + if (thr->has_pending_waitstatus ()) resumed = thr; } |