Fix XTLDR configuration
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
2023-12-22 23:36:09 +01:00
parent 32042ef643
commit 113a46ef10
4 changed files with 21 additions and 24 deletions

View File

@@ -144,7 +144,7 @@ BlpInitializeEfiBootLoader()
BlConsolePrint(L"XTLDR boot loader v%s\n", XTOS_VERSION);
/* Initialize XTLDR configuration list */
RtlInitializeListHead(BlpConfig);
RtlInitializeListHead(&BlpConfig);
/* Check if debug is enabled */
if(DEBUG)