Make EDK Module Package pass Intel IPF compiler with /Ox switch.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2346 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2007-02-02 02:50:13 +00:00
parent db6efc11d3
commit 3401c092e4
6 changed files with 144 additions and 137 deletions

View File

@@ -50,7 +50,7 @@ Returns:
{
CHAR8 *Destination8;
CHAR8 *Source8;
UINTN Length;
volatile UINTN Length;
Destination8 = Buffer;
Source8 = (CHAR8 *) ((UINTN) FileHandle + FileOffset);