Fix ICC 11.1 build break

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10467 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2010-05-07 23:25:20 +00:00
parent cab979f161
commit 4da3058929
1 changed files with 3 additions and 3 deletions

View File

@ -82,9 +82,9 @@ PeiImageReadForShadow (
OUT VOID *Buffer
)
{
CHAR8 *Destination8;
CHAR8 *Source8;
UINTN Length;
volatile CHAR8 *Destination8;
CHAR8 *Source8;
UINTN Length;
Destination8 = Buffer;
Source8 = (CHAR8 *) ((UINTN) FileHandle + FileOffset);