diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-17 04:44:33 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-17 04:44:33 +0000 |
commit | 920cb926428be7049526140d523df379f6fe3ad1 (patch) | |
tree | e6d568b98892e26029f4e438904c7c2a2555f6ce /BeagleBoardPkg/PciEmulation/PciEmulation.c | |
parent | d4f167a92a5455c2e90a0a69e281ecb5799678db (diff) | |
download | edk2-920cb926428be7049526140d523df379f6fe3ad1.zip edk2-920cb926428be7049526140d523df379f6fe3ad1.tar.gz edk2-920cb926428be7049526140d523df379f6fe3ad1.tar.bz2 |
Fix RVCT compiler warnings, and a bug in the GdbStub
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9790 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/PciEmulation/PciEmulation.c')
-rw-r--r-- | BeagleBoardPkg/PciEmulation/PciEmulation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BeagleBoardPkg/PciEmulation/PciEmulation.c b/BeagleBoardPkg/PciEmulation/PciEmulation.c index f558597..fa44570 100644 --- a/BeagleBoardPkg/PciEmulation/PciEmulation.c +++ b/BeagleBoardPkg/PciEmulation/PciEmulation.c @@ -436,7 +436,6 @@ PciIoAttributes ( case EfiPciIoAttributeOperationDisable: // Since we are not a real PCI device no enable/set or disable operations exist. return EFI_SUCCESS; - break; default: ASSERT (FALSE); |