Fix compile break on IA32 arch.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10292 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1011,7 +1011,7 @@ Uhci2AsyncInterruptTransfer (
|
||||
return EFI_OUT_OF_RESOURCES;
|
||||
}
|
||||
|
||||
DataPhy = (UINT8 *)UsbHcGetPciAddressForHostMem (Uhc->MemPool, DataPtr, DataLength);
|
||||
DataPhy = (UINT8 *) (UINTN) UsbHcGetPciAddressForHostMem (Uhc->MemPool, DataPtr, DataLength);
|
||||
|
||||
OldTpl = gBS->RaiseTPL (UHCI_TPL);
|
||||
|
||||
|
Reference in New Issue
Block a user