Skip to content

Commit

Permalink
Sync EfiPkg changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaeuser committed Apr 19, 2019
1 parent 475d12b commit 31b2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/OcAppleDiskImageLib/OcAppleDiskImageBlockIo.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ OcAppleDiskImageInstallBlockIo (
RamDmgHeader->Signature2 = APPLE_RAM_DISK_EXTENT_SIGNATURE;
RamDmgHeader->Version = APPLE_RAM_DISK_EXTENT_VERSION;
RamDmgHeader->ExtentCount = 1;
RamDmgHeader->Extents[0].Start = Context->Buffer;
RamDmgHeader->Extents[0].Start = (UINTN)Context->Buffer;
RamDmgHeader->Extents[0].Length = Context->Length;
DEBUG ((
DEBUG_VERBOSE,
Expand Down

0 comments on commit 31b2151

Please sign in to comment.