]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c
Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned...
[mirror_edk2.git] / EmbeddedPkg / Library / LzmaHobCustomDecompressLib / LzmaHobCustomDecompressLib.c
index fe5fd8383635a4db807127138e2063cedb093752..82e7654ff2320fc52a1dd75e74bedef08c86c5fe 100755 (executable)
@@ -44,7 +44,7 @@ LzmaDecompressLibConstructor (
 \r
   return ExtractGuidedSectionRegisterHandlers (\r
           &gLzmaCustomDecompressGuid,\r
-          Hob->SectionGetInfo,\r
-          Hob->SectionExtraction\r
+          Hob->Data.SectionGetInfo,\r
+          Hob->Data.SectionExtraction\r
           );      \r
 }\r