mirror of
https://github.com/acpica/acpica/
synced 2025-02-20 23:44:12 +03:00
Disassembler: Add an stderr message for unknown ACPI tables.
An additional error message for tables that are not supported, so that it appears on the console.
This commit is contained in:
parent
731b8283ed
commit
dd96990682
@ -547,6 +547,8 @@ AcpiDmDumpDataTable (
|
||||
{
|
||||
AcpiOsPrintf ("\n**** Unknown ACPI table type [%4.4s]\n\n",
|
||||
Table->Signature);
|
||||
fprintf (stderr, "Unknown ACPI table signature [%4.4s], decoding header only\n",
|
||||
Table->Signature);
|
||||
}
|
||||
}
|
||||
else if (TableData->TableHandler)
|
||||
|
Loading…
x
Reference in New Issue
Block a user