Rename a parameter.

This seems to be a typo. `singletree` doesn't make sense, and everywhere
else it is `singlethread`.
This commit is contained in:
Nicholas Nethercote 2024-09-17 15:25:38 +10:00
parent 785a26af03
commit 63210bd68c

View File

@ -30,7 +30,7 @@ impl OwnedTargetMachine {
data_sections: bool,
unique_section_names: bool,
trap_unreachable: bool,
singletree: bool,
singlethread: bool,
verbose_asm: bool,
emit_stack_size_section: bool,
relax_elf_relocations: bool,
@ -62,7 +62,7 @@ impl OwnedTargetMachine {
data_sections,
unique_section_names,
trap_unreachable,
singletree,
singlethread,
verbose_asm,
emit_stack_size_section,
relax_elf_relocations,