mirror of https://github.com/acidanthera/audk.git
update
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8112 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0d10bfc88a
commit
f7bef78cc0
|
@ -751,7 +751,7 @@ Returns:
|
|||
//
|
||||
// Align buffer on section boundry
|
||||
//
|
||||
ImageContext.ImageAddress += ImageContext.SectionAlignment;
|
||||
ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;
|
||||
ImageContext.ImageAddress &= ~(ImageContext.SectionAlignment - 1);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue