]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/main.cc
Rewrite workqueue. This version eliminates the master thread, and
[thirdparty/binutils-gdb.git] / gold / main.cc
index c7c2d95dbfe71e2afc3acdbc8b0612608c077627..2874a2d4bd6c59374467b529e304361e08e0a4a6 100644 (file)
@@ -94,7 +94,7 @@ main(int argc, char** argv)
                      &symtab, &layout);
 
   // Run the main task processing loop.
-  workqueue.process();
+  workqueue.process(0);
 
   if (command_line.options().print_stats())
     {