OcAcpiLib: Update RSDT pointer in RSDP

This commit is contained in:
vit9696 2019-04-09 17:04:34 +03:00
parent 531b5a8a2e
commit ffb9136e4f

View File

@ -668,6 +668,7 @@ AcpiApplyContext (
Context->Rsdt->Header.Length
);
Context->Rsdp->RsdtAddress = (UINT32) Table;
Table += ALIGN_VALUE (RsdtSize, sizeof (UINT64));
}