X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FLzmaHobCustomDecompressLib%2FLzmaHobCustomDecompressLib.c;h=82e7654ff2320fc52a1dd75e74bedef08c86c5fe;hp=fe5fd8383635a4db807127138e2063cedb093752;hb=ca3ad58bfa2284f0dc98ec904423e83874a90f52;hpb=3370d33e8d95ecc964847e102d711abb09d8bcbe;ds=sidebyside diff --git a/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c b/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c index fe5fd83836..82e7654ff2 100755 --- a/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c +++ b/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c @@ -44,7 +44,7 @@ LzmaDecompressLibConstructor ( return ExtractGuidedSectionRegisterHandlers ( &gLzmaCustomDecompressGuid, - Hob->SectionGetInfo, - Hob->SectionExtraction + Hob->Data.SectionGetInfo, + Hob->Data.SectionExtraction ); }