Remove ; from end of EFI_PEI_PCI_CFG_ADDRESS() macro that prevents the macro from being used in expressions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11278 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney 2011-01-27 18:56:07 +00:00
parent 36b85974c7
commit fbd26c4b17
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
This ppi Provides platform or chipset-specific access to This ppi Provides platform or chipset-specific access to
the PCI configuration space for a specific PCI segment. the PCI configuration space for a specific PCI segment.
Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR> Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at which accompanies this distribution. The full text of the license may be found at
@ -33,7 +33,7 @@ typedef struct _EFI_PEI_PCI_CFG2_PPI EFI_PEI_PCI_CFG2_PPI;
(((UINTN) bus) << 24) | \ (((UINTN) bus) << 24) | \
(((UINTN) dev) << 16) | \ (((UINTN) dev) << 16) | \
(((UINTN) func) << 8) | \ (((UINTN) func) << 8) | \
(((UINTN) (reg)) < 256 ? ((UINTN) (reg)) : (UINT64) (LShiftU64 ((UINT64) (reg), 32)))); (((UINTN) (reg)) < 256 ? ((UINTN) (reg)) : (UINT64) (LShiftU64 ((UINT64) (reg), 32))))
/// ///
/// EFI_PEI_PCI_CFG_PPI_WIDTH /// EFI_PEI_PCI_CFG_PPI_WIDTH