MdeModulePkg: Update MM buffer structs alignment
In general, for all HOB related content, the HOB structures must be designed so that natural alignment across all execution modes and byte-packed alignment are the same. Ensure ReturnStatus is aligned on 64 bit to achieve the same. Signed-off-by: Dhaval Sharma <dhaval@rivosinc.com>
This commit is contained in:
@@ -47,6 +47,9 @@ typedef struct {
|
||||
///
|
||||
BOOLEAN IsCommBufferValid;
|
||||
|
||||
/// For padding purpose
|
||||
UINT8 Reserved[7];
|
||||
|
||||
///
|
||||
/// The return status when returning from MM to non-MM.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user