mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* gold.cc (queue_middle_tasks): If no input files were opened,
exit. * workqueue.h (Task_function::Task_function): Assert that there is a blocker.
This commit is contained in:
@ -152,7 +152,7 @@ class Task_function : public Task
|
||||
Task_function(Task_function_runner* runner, Task_token* blocker,
|
||||
const char* name)
|
||||
: runner_(runner), blocker_(blocker), name_(name)
|
||||
{ }
|
||||
{ gold_assert(blocker != NULL); }
|
||||
|
||||
~Task_function()
|
||||
{
|
||||
|
Reference in New Issue
Block a user