summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Dispatcher
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-24 02:47:35 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-24 02:47:35 +0000
commitc97da01907b84c224c40c61bf2d221c0e399480e (patch)
tree500378696c860903940904d05f63435d27d3f2df /MdeModulePkg/Core/Dxe/Dispatcher
parent48988f855b6c5cf995a253a5b87bacb6c526fc70 (diff)
Update for ICC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3701 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Dispatcher')
-rw-r--r--MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
index d3d50ec7c..3de4edf00 100644
--- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
@@ -823,7 +823,7 @@ Returns:
while ((HobFv2.Raw = GetNextHob (EFI_HOB_TYPE_FV2, HobFv2.Raw)) != NULL) {
if (CompareGuid (DriverName, &HobFv2.FirmwareVolume2->FileName)) {
- Status = CoreHandleProtocol (FvHandle, &gEfiFirmwareVolumeBlockProtocolGuid, &Fvb);
+ Status = CoreHandleProtocol (FvHandle, &gEfiFirmwareVolumeBlockProtocolGuid, (VOID **) &Fvb);
if (!EFI_ERROR (Status)) {
Status = Fvb->GetPhysicalAddress (Fvb, &FvHeaderAddr);
if (!EFI_ERROR (Status)) {