From d855c0a219a180497c2e50f9bc19bfce69b937a6 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Thu, 23 Jan 2025 00:24:57 +0000 Subject: it printfs with the efi interface --- boot/efi/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/efi/file.c') diff --git a/boot/efi/file.c b/boot/efi/file.c index 9178654..e45ce78 100644 --- a/boot/efi/file.c +++ b/boot/efi/file.c @@ -78,7 +78,7 @@ int efi_open(const char *path, int flags, int mode) { static EFI_GUID lip_guid = EFI_LOADED_IMAGE_PROTOCOL_GUID; static EFI_GUID sfsp_guid = EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID; - + EFI_LOADED_IMAGE_PROTOCOL *lip = efi_get_protocol(efi_context->handle, &lip_guid); if (lip == nullptr) -- cgit v1.3.1-1-g115d