mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/PciHostBridgeDxe: Fix GCC build failure.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19744 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
518b6f6565
commit
ccf660168e
|
@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include "PciRootBridge.h"
|
#include "PciRootBridge.h"
|
||||||
#include "PciHostResource.h"
|
#include "PciHostResource.h"
|
||||||
|
|
||||||
#define NO_MAPPING (VOID *) -1
|
#define NO_MAPPING (VOID *) (UINTN) -1
|
||||||
|
|
||||||
//
|
//
|
||||||
// Lookup table for increment values based on transfer widths
|
// Lookup table for increment values based on transfer widths
|
||||||
|
|
Loading…
Reference in New Issue