mirror of https://github.com/acidanthera/audk.git
Update comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3729 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4506f37b81
commit
4278cb0f65
|
@ -22,9 +22,9 @@ Revision History
|
|||
#include "Variable.h"
|
||||
|
||||
//
|
||||
// Event for Exit Boot Services Callback
|
||||
// Event for Virtual Address Change Callback
|
||||
//
|
||||
STATIC EFI_EVENT mVirtualAddressChangedEvent = NULL;
|
||||
STATIC EFI_EVENT mVirtualAddressChangeEvent = NULL;
|
||||
|
||||
|
||||
//
|
||||
|
@ -221,7 +221,7 @@ Returns:
|
|||
TPL_NOTIFY,
|
||||
VariableClassAddressChangeEvent,
|
||||
NULL,
|
||||
&mVirtualAddressChangedEvent
|
||||
&mVirtualAddressChangeEvent
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
|
|
Loading…
Reference in New Issue