mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
iASL: Dump RSDT to file for -g option.
Now dumps the RSDT as well as the FADT and DSDT.
This commit is contained in:
parent
382b7a021d
commit
0c7950d576
@ -1068,6 +1068,11 @@ AdGetLocalTables (
|
||||
fprintf (stderr, "Could not obtain RSDT\n");
|
||||
return AE_NO_ACPI_TABLES;
|
||||
}
|
||||
else
|
||||
{
|
||||
AdWriteTable (NewTable, NewTable->Length,
|
||||
ACPI_SIG_RSDT, NewTable->OemTableId);
|
||||
}
|
||||
|
||||
if (ACPI_COMPARE_NAME (NewTable->Signature, ACPI_SIG_RSDT))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user