X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiDebugLibDebugPortProtocol%2FDebugLibConstructor.c;fp=MdePkg%2FLibrary%2FUefiDebugLibDebugPortProtocol%2FDebugLibConstructor.c;h=96fc1c422fec6b38eb1e1a61eca3bda55e39ddb3;hp=6ea0912f2b3a1b143483dd5861cadee77f303da7;hb=df851da3ceff5b6bcf5e12616f6af60812aab483;hpb=e18792566c7fb1335e705c3b19334db9271eac90 diff --git a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c index 6ea0912f2b..96fc1c422f 100644 --- a/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c +++ b/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c @@ -64,12 +64,11 @@ DxeDebugLibConstructor( { mDebugBS = SystemTable->BootServices; - mDebugBS->CreateEventEx ( - EVT_NOTIFY_SIGNAL, + mDebugBS->CreateEvent ( + EVT_SIGNAL_EXIT_BOOT_SERVICES, TPL_NOTIFY, ExitBootServicesCallback, NULL, - &gEfiEventExitBootServicesGuid, &mExitBootServicesEvent );