Minor coding style adjustment for DxeIpl.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5197 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -55,7 +55,7 @@ PeiImageRead (
|
||||
// ASSERT (ALIGN_POINTER (Source32, sizeof (UINT32)) == Source32);
|
||||
|
||||
Length = *ReadSize;
|
||||
while (Length--) {
|
||||
while (Length-- != 0) {
|
||||
*(Destination32++) = *(Source32++);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user