Fix warning msg, was depending on debug compile.

Dependent on conditional compile in OpInfo.
This commit is contained in:
Robert Moore 2009-07-30 08:23:37 -07:00
parent 52f7b3cc9e
commit 79f8819b96

View File

@ -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)));
}