mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
Fix warning msg, was depending on debug compile.
Dependent on conditional compile in OpInfo.
This commit is contained in:
parent
52f7b3cc9e
commit
79f8819b96
@ -623,8 +623,8 @@ AcpiPsGetArguments (
|
||||
{
|
||||
ACPI_WARNING ((AE_INFO,
|
||||
"Detected an unsupported executable opcode "
|
||||
"at module-level: [%s] at table offset 0x%.4X",
|
||||
OpInfo->Name,
|
||||
"at module-level: [0x%.4X] at table offset 0x%.4X",
|
||||
Op->Common.AmlOpcode,
|
||||
(AmlOpStart - WalkState->ParserState.AmlStart) +
|
||||
sizeof (ACPI_TABLE_HEADER)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user