Deal with a structure member rename in a recent acpica import

This commit is contained in:
peter 2002-03-12 00:15:57 +00:00
parent bce3d7f621
commit 49ade32a5c

View File

@ -141,7 +141,7 @@ parse_madt(APIC_TABLE *madt)
* MADT header is followed by a number of variable length
* structures.
*/
end = (char *) madt + madt->header.Length;
end = (char *) madt + madt->Header.Length;
for (p = (char *) (madt + 1); p < end; ) {
APIC_HEADER *head = (APIC_HEADER *) p;