Fix build
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 27s

This commit is contained in:
Rafal Kupiec 2023-12-09 23:48:09 +01:00
parent a06f32c61d
commit 6ffedf6302
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -38,7 +38,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION); BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
/* Parse configuration options passed from UEFI shell */ /* Parse configuration options passed from UEFI shell */
BlpParseCommandLineOptions(); BlpParseCommandLine();
/* Attempt to early initialize debug console */ /* Attempt to early initialize debug console */
if(DEBUG) if(DEBUG)