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 5afdcb0..93d0358 100644 --- a/gold/gold.cc +++ b/gold/gold.cc @@ -183,7 +183,7 @@ queue_initial_tasks(const General_options& options, Task_token* next_blocker = new Task_token(true); next_blocker->add_blocker(); workqueue->queue(new Read_symbols(input_objects, symtab, layout, - &search_path, mapfile, &*p, NULL, + &search_path, 0, mapfile, &*p, NULL, this_blocker, next_blocker)); this_blocker = next_blocker; } |