Pass compatible pointer type to fix compiler warning
一些檢查失敗了
Builds / ExectOS (i686) (push) Failing after 28s
Builds / ExectOS (amd64) (push) Successful in 31s

此提交包含在:
2024-04-07 10:50:21 +02:00
父節點 e82c3cbf18
當前提交 0af3a01acf

查看文件

@@ -158,7 +158,7 @@ FbInitializeDisplay()
EFI_GUID UgaGuid = EFI_UNIVERSAL_GRAPHICS_ADAPTER_PROTOCOL_GUID;
PEFI_GRAPHICS_OUTPUT_MODE_INFORMATION GopModeInfo;
UINT Depth, QueryMode, Refresh;
ULONG_PTR InfoSize;
UINT_PTR InfoSize;
EFI_STATUS Status;
/* Check if framebuffer already initialized */