ArmPlatformPkg/ArmJunoDxe: Fix build

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Ronald Cron <Ronald.Cron@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17420 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin 2015-05-12 10:42:46 +00:00 committed by oliviermartin
parent 182ac39771
commit 30cfc3d0ee
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ ArmJunoEntryPoint (
UINT32 CpuType;
UINT32 CpuRev;
JUNO_REVISION JunoRevision;
EFI_EVENT EndOfDxeEvent;
JunoRevision = UNKNOWN;
Status = PciEmulationEntryPoint ();