mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
Prefixed global variable with "m"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1242 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
396974d645
commit
3b06f97c13
@ -61,7 +61,7 @@ PCD_PROTOCOL mPcdInstance = {
|
|||||||
//
|
//
|
||||||
// Static global to reduce the code size
|
// Static global to reduce the code size
|
||||||
//
|
//
|
||||||
static EFI_HANDLE NewHandle = NULL;
|
static EFI_HANDLE mNewHandle = NULL;
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
@ -81,7 +81,7 @@ PcdDxeInit (
|
|||||||
BuildPcdDxeDataBase ();
|
BuildPcdDxeDataBase ();
|
||||||
|
|
||||||
Status = gBS->InstallProtocolInterface (
|
Status = gBS->InstallProtocolInterface (
|
||||||
&NewHandle,
|
&mNewHandle,
|
||||||
&gPcdProtocolGuid,
|
&gPcdProtocolGuid,
|
||||||
EFI_NATIVE_INTERFACE,
|
EFI_NATIVE_INTERFACE,
|
||||||
&mPcdInstance
|
&mPcdInstance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user