Fix several minor coding style issues.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8092 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2009-04-15 14:31:45 +00:00
parent aeb90c4a15
commit 51969ecb37
7 changed files with 63 additions and 64 deletions

View File

@@ -22,7 +22,7 @@ EFI_EVENT mEfiVirtualNotifyEvent;
EFI_EVENT mEfiExitBootServicesEvent;
BOOLEAN mEfiGoneVirtual = FALSE;
BOOLEAN mEfiAtRuntime = FALSE;
EFI_RUNTIME_SERVICES *mRT;
EFI_RUNTIME_SERVICES *gInternalRT;
/**
Set AtRuntime flag as TRUE after ExitBootServices.
@@ -63,7 +63,7 @@ RuntimeLibVirtualNotifyEvent (
//
// Update global for Runtime Services Table and IO
//
EfiConvertPointer (0, (VOID **) &mRT);
EfiConvertPointer (0, (VOID **) &gInternalRT);
mEfiGoneVirtual = TRUE;
}
@@ -90,7 +90,7 @@ RuntimeDriverLibConstruct (
ASSERT (gRT != NULL);
ASSERT (gBS != NULL);
mRT = gRT;
gInternalRT = gRT;
//
// Register SetVirtualAddressMap () notify function
//