objcopy: Fix name of the field modified by pe_stack_reserve.
This commit is contained in:
parent
6674b23fe6
commit
9f9073e5b8
@ -2878,7 +2878,7 @@ copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *input_arch)
|
||||
pe->pe_opthdr.SizeOfStackCommit = pe_stack_commit;
|
||||
|
||||
if (pe_stack_reserve != (bfd_vma) -1)
|
||||
pe->pe_opthdr.SizeOfStackCommit = pe_stack_reserve;
|
||||
pe->pe_opthdr.SizeOfStackReserve = pe_stack_reserve;
|
||||
|
||||
if (pe_subsystem != -1)
|
||||
pe->pe_opthdr.Subsystem = pe_subsystem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user