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:
mdkinney
2006-11-29 03:03:20 +00:00
parent b32a39b328
commit 8572fea91c
3 changed files with 12 additions and 7 deletions

View File

@@ -159,7 +159,7 @@ Returns:
EFI_TPL_NOTIFY,
RuntimeLibVirtualNotifyEvent,
NULL,
mEfiVirtualNotifyEvent
&mEfiVirtualNotifyEvent
);
ASSERT_EFI_ERROR (Status);