Further check-in to smooth Intel IPF compiler building.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2332 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -388,7 +388,7 @@ Returns:
|
||||
//
|
||||
for (Index = StartBytePos, Index2 = StartBitPos, Count = 0; Count < (RealAllocSize / MEM_UNIT_SIZE); Count++) {
|
||||
ASSERT ((TempHeaderPtr->BitArrayPtr[Index] & bit (Index2) )== bit (Index2));
|
||||
|
||||
|
||||
TempHeaderPtr->BitArrayPtr[Index] = (UINT8) (TempHeaderPtr->BitArrayPtr[Index] ^ (bit (Index2)));
|
||||
Index2++;
|
||||
if (Index2 == 8) {
|
||||
@@ -516,7 +516,7 @@ Returns:
|
||||
|
||||
//
|
||||
// right shift the byte
|
||||
//
|
||||
//
|
||||
ByteValue = (UINT8) (ByteValue >> 1);
|
||||
|
||||
if (BitValue == 0) {
|
||||
@@ -604,7 +604,7 @@ Returns:
|
||||
//
|
||||
for (TempBytePos = FoundBytePos, Index = FoundBitPos, Count = 0; Count < NumberOfMemoryUnit; Count++) {
|
||||
|
||||
ASSERT ((MemoryHeader->BitArrayPtr[TempBytePos] & bit (Index) )== 0);
|
||||
ASSERT ((MemoryHeader->BitArrayPtr[TempBytePos] & bit (Index) )== 0);
|
||||
MemoryHeader->BitArrayPtr[TempBytePos] = (UINT8) (MemoryHeader->BitArrayPtr[TempBytePos] | bit (Index));
|
||||
Index++;
|
||||
if (Index == 8) {
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
#include "Ehci.h"
|
||||
|
||||
|
||||
STATIC
|
||||
EFI_STATUS
|
||||
SetAndWaitDoorBell (
|
||||
IN USB2_HC_DEV *HcDev,
|
||||
|
Reference in New Issue
Block a user