diff options
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c index 179079d3db..837c1491ee 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c +++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c @@ -110,7 +110,7 @@ Returns: // Start with the second protocol, the first one is sure on this handle.
//
VA_START (args, Interface);
- VA_ARG (args, EFI_GUID *);
+ Protocol = VA_ARG (args, EFI_GUID *);
//
// Iterate protocols from the variable list.
|