Merge pull request #523 from SchmErik/disasm-set-integer-width

Disassembler: set integer width for AML indicated by the table revision
This commit is contained in:
Robert Moore 2019-11-14 13:41:06 -08:00 committed by GitHub
commit 4b39f688d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -508,6 +508,8 @@ AdParseTable (
AmlStart = ((UINT8 *) Table + sizeof (ACPI_TABLE_HEADER));
ASL_CV_INIT_FILETREE(Table, AmlStart, AmlLength);
AcpiUtSetIntegerWidth (Table->Revision);
/* Create the root object */
AcpiGbl_ParseOpRoot = AcpiPsCreateScopeOp (AmlStart);