Fixed the issue in which local variable "Status" is used but not defined.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2132 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-12-22 09:56:35 +00:00
parent e2d56e0a59
commit 1d67f00e73
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ HandOffToDxeCore (
VOID *BaseOfStack;
VOID *TopOfStack;
VOID *BspStore;
EFI_STATUS Status;
//
// Allocate 128KB for the Stack

View File

@ -30,6 +30,7 @@ HandOffToDxeCore (
{
VOID *BaseOfStack;
VOID *TopOfStack;
EFI_STATUS Status;
//
// Allocate 128KB for the Stack