mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
Put size and endianness in parameters.
This commit is contained in:
@ -250,9 +250,7 @@ queue_final_tasks(const General_options& options,
|
||||
|
||||
// Queue a task to write out everything else.
|
||||
final_blocker->add_blocker();
|
||||
workqueue->queue(new Write_data_task(layout, symtab,
|
||||
input_objects->target(),
|
||||
of, final_blocker));
|
||||
workqueue->queue(new Write_data_task(layout, symtab, of, final_blocker));
|
||||
|
||||
// Queue a task to close the output file. This will be blocked by
|
||||
// FINAL_BLOCKER.
|
||||
|
Reference in New Issue
Block a user