From 8529e0f7f70f427a7202815061362eceba6bfc50 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Wed, 27 Apr 2022 22:41:59 +0100 Subject: New upstream version 15.5 --- lib/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/shell.c') diff --git a/lib/shell.c b/lib/shell.c index 146d9a21..8be4fe08 100644 --- a/lib/shell.c +++ b/lib/shell.c @@ -16,7 +16,7 @@ argsplit(EFI_HANDLE image, int *argc, CHAR16*** ARGV) *argc = 0; - efi_status = gBS->HandleProtocol(image, &LoadedImageProtocol, + efi_status = BS->HandleProtocol(image, &LoadedImageProtocol, (VOID **) &info); if (EFI_ERROR(efi_status)) { console_print(L"Failed to get arguments\n"); -- cgit v1.2.3