diff --git a/Library/OcAcpiLib/OcAcpiLib.c b/Library/OcAcpiLib/OcAcpiLib.c index 0ab0dc3f..96213a33 100755 --- a/Library/OcAcpiLib/OcAcpiLib.c +++ b/Library/OcAcpiLib/OcAcpiLib.c @@ -668,6 +668,7 @@ AcpiApplyContext ( Context->Rsdt->Header.Length ); + Context->Rsdp->RsdtAddress = (UINT32) Table; Table += ALIGN_VALUE (RsdtSize, sizeof (UINT64)); }