]> git.proxmox.com Git - grub2.git/commit
util/mkimage: Reorder PE optional header fields set-up
authorPeter Jones <pjones@redhat.com>
Mon, 15 Feb 2021 13:21:48 +0000 (14:21 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:19 +0000 (15:54 +0100)
commitba44c87e56a8bccde235ebb7d41d5aa54604d241
treee2e67bdff1983466a53cf1c736ca4b08049215e9
parenta4e8936f010a8e928e973b80390c8f83ad6b8000
util/mkimage: Reorder PE optional header fields set-up

This makes the PE32 and PE32+ header fields set-up easier to follow by
setting them closer to the initialization of their related sections.

Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/mkimage.c