commit | 408fbccdff4deafaf9386b58909123e234edb63f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Dec 26 12:49:09 2018 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Feb 16 15:42:20 2019 +0100 |
tree | 08140cfb6de91b29c1a5ff58da9c6587736b1498 | |
parent | e3d3a0c2b5605986b0c4a88c40b51263eb3c1b3c [diff] |
efi_loader: set entry point in efi_load_pe() Up to now efi_load_pe() returns the entry point or NULL in case of an error. This does not allow to return correct error codes from LoadImage(). Let efi_load_pe() return a status code and fill in the entry point in the corresponding field of the image object. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>