mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
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"
|
#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,
|
TPL_NOTIFY,
|
||||||
VariableClassAddressChangeEvent,
|
VariableClassAddressChangeEvent,
|
||||||
NULL,
|
NULL,
|
||||||
&mVirtualAddressChangedEvent
|
&mVirtualAddressChangeEvent
|
||||||
);
|
);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user