Remove unneeded infinite loop
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 34s

This commit is contained in:
Rafal Kupiec 2024-03-13 16:34:47 +01:00
parent e6736087ba
commit 662b49d96e
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -226,7 +226,6 @@ FbInitializeDisplay()
{
/* GOP and UGA unavailable */
XtLdrProtocol->Debug.Print(L"WARNING: No display adapter found!\n");
for(;;);
return STATUS_EFI_NOT_FOUND;
}