X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CorebootModulePkg%2FLibrary%2FCbParseLib%2FCbParseLib.c;fp=CorebootModulePkg%2FLibrary%2FCbParseLib%2FCbParseLib.c;h=66374b5a32bdeee7ab5a9ef638fcfa937068128d;hp=df02e58cbf4486eb647a51171daa311a6fa7c112;hb=2e1fffcec776afe00b2e9ca587608afe3ac5ee8b;hpb=d3dc58e979878a8f852e7bae777bd91893e166d8 diff --git a/CorebootModulePkg/Library/CbParseLib/CbParseLib.c b/CorebootModulePkg/Library/CbParseLib/CbParseLib.c index df02e58cbf..66374b5a32 100644 --- a/CorebootModulePkg/Library/CbParseLib/CbParseLib.c +++ b/CorebootModulePkg/Library/CbParseLib/CbParseLib.c @@ -422,7 +422,7 @@ CbParseFadtInfo ( Rsdp = NULL; Status = RETURN_SUCCESS; - Status = CbParseAcpiTable (&Rsdp, NULL); + Status = CbParseAcpiTable ((VOID **)&Rsdp, NULL); if (RETURN_ERROR(Status)) { return Status; }