diff options
Diffstat (limited to 'gold/readsyms.cc')
-rw-r--r-- | gold/readsyms.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/readsyms.cc b/gold/readsyms.cc index 05b42cd..574cb72 100644 --- a/gold/readsyms.cc +++ b/gold/readsyms.cc @@ -637,6 +637,8 @@ Read_member::~Read_member() Task_token* Read_member::is_runnable() { + if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) + return this->this_blocker_; return NULL; } |