]> git.proxmox.com Git - grub2.git/commit
util/mkimage: Always use grub_host_to_target32() to initialize PE stack and heap...
authorPeter Jones <pjones@redhat.com>
Mon, 15 Feb 2021 13:14:24 +0000 (14:14 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:19 +0000 (15:54 +0100)
commitae8936f9c375e1a38129e85a1b5d573fb451f288
tree3503796050225656b6931a042f7102ae3fc7a0b8
parent1710452aca05ccdd21e74390ec08c63fdf0ee10a
util/mkimage: Always use grub_host_to_target32() to initialize PE stack and heap stuff

This change does not impact final result of initialization itself.
However, it eases PE code unification in subsequent patches.

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