audk/MdeModulePkg/Universal/Acpi/AcpiTableDxe
Ard Biesheuvel 3a61de23b3 MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocks
The assignment of CurrentRsdtEntry and its subsequent dereference are
subject to the same condition, but for some reason, VS2008 does not see
that and warns about the dereference possibly involving an uninitialized
pointer. Since the single statememt between the blocks is unrelated, we
can just move it and merge the two conditional blocks together.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: David Woodhouse <David.Woodhouse@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
2016-02-26 14:02:36 +01:00
..
AcpiSdt.c MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optional 2016-02-24 09:18:44 +01:00
AcpiSdt.h MdeModulePkg AcpiTableDxe: Cover EFI_ACPI_TABLE_VERSION_5_0. 2015-06-17 02:51:47 +00:00
AcpiTable.c Fix VS2003 build error 2010-05-19 06:02:17 +00:00
AcpiTable.h MdeModulePkg AcpiTableDxe: Install config table at ACPI data change 2015-07-08 09:44:46 +00:00
AcpiTableDxe.inf MdeModulePkg: AcpiTableDxe: make 4 GB table allocation limit optional 2016-02-24 09:18:44 +01:00
AcpiTableDxe.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
AcpiTableDxeExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
AcpiTableProtocol.c MdeModulePkg: AcpiTableDxe: fix VS2008 build by merging adjacent if blocks 2016-02-26 14:02:36 +01:00
Aml.c 1) Add type cast for better coding style. 2014-08-07 08:54:34 +00:00
AmlChild.c Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
AmlNamespace.c Update code to support VS2013 tool chain. 2014-07-28 07:52:57 +00:00
AmlOption.c MdeModulePkg AcpiTableDxe: Fix a typo in function description 2016-01-06 01:11:25 +00:00
AmlString.c MdeModulePkg: Remove variables that are set, but not used 2011-10-31 15:58:05 +00:00