diff options
Diffstat (limited to 'EfiGuardDxe/EfiGuardDxe.c')
-rw-r--r-- | EfiGuardDxe/EfiGuardDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EfiGuardDxe/EfiGuardDxe.c b/EfiGuardDxe/EfiGuardDxe.c index 81cfb00..8b17f7e 100644 --- a/EfiGuardDxe/EfiGuardDxe.c +++ b/EfiGuardDxe/EfiGuardDxe.c @@ -381,7 +381,7 @@ ExitBootServicesEvent( PrintKernelPatchInfo(); // Give time for user to register their loss and allow for the grieving process to set in - RtlSleep(2000); + RtlStall(2000); // Prompt user to ask what they want to do Print(L"\r\nPress any key to continue anyway, or press ESC to reboot.\r\n"); |