diff options
Diffstat (limited to 'gold/gold.cc')
-rw-r--r-- | gold/gold.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/gold.cc b/gold/gold.cc index c2372ad..3073b18 100644 --- a/gold/gold.cc +++ b/gold/gold.cc @@ -113,7 +113,7 @@ queue_initial_tasks(const General_options& options, Task_token* next_blocker = new Task_token(); next_blocker->add_blocker(); workqueue->queue(new Read_symbols(options, input_objects, symtab, layout, - search_path, *p, NULL, this_blocker, + search_path, &*p, NULL, this_blocker, next_blocker)); this_blocker = next_blocker; } |