1) Make a slightly better work around for the EdkDxeSalLib by removing constructor from MSA and calling constructor from library functions.
2) Fix pointer bug in the EdkUefiRuntimeLibrary in the event creation git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2034 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -159,7 +159,7 @@ Returns:
|
||||
EFI_TPL_NOTIFY,
|
||||
RuntimeLibVirtualNotifyEvent,
|
||||
NULL,
|
||||
mEfiVirtualNotifyEvent
|
||||
&mEfiVirtualNotifyEvent
|
||||
);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
|
Reference in New Issue
Block a user