Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -malign-double to IA32 compiler flags
This changes the alignment of UINT64 data to 8 bytes on IA32, which matches EDK2's understanding of alignment. In particular this change affects the offset where shim writes `EFI_LOADED_IMAGE.ImageSize`. Fixes #515 Signed-off-by: Nicholas Bishop <[email protected]>
- Loading branch information