mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 08:24:12 +03:00
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:
commit
4b39f688d9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user