iASL: Dump RSDT to file for -g option.

Now dumps the RSDT as well as the FADT and DSDT.
This commit is contained in:
Robert Moore 2009-01-20 15:13:36 -08:00
parent 382b7a021d
commit 0c7950d576

View File

@ -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))
{