summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2014-11-19 07:11:59 +0000
committerlzeng14 <lzeng14@Edk2>2014-11-19 07:11:59 +0000
commitac30bca0a37b0f88781ff447183970a523d1f5c3 (patch)
tree38755af583de4c832de9385cd8770264a0e041c0 /MdeModulePkg
parent3a5d9a3682ec17479a6e8cc184370471f8136a3c (diff)
MdeModulePkg DxeCore: Fix VS2013 build failure.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16405 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
index c378ca5b4..0776cd6d2 100644
--- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
@@ -736,6 +736,8 @@ FvIsBeingProcesssed (
LIST_ENTRY *Link;
KNOWN_HANDLE *KnownHandle;
+ FwVolHeader = NULL;
+
//
// Get the FirmwareVolumeBlock protocol on that handle
//