Removed TBDs

date	2000.06.05.17.56.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:58:42 +00:00
parent f32529ff47
commit ae1def463d

View File

@ -232,18 +232,14 @@ AmlAppendOperandDiag (
ACPI_OBJECT_INTERNAL **Operands,
INT32 NumOperands)
{
/* TBD: ACPI_OBJECT_INTERNAL MthDesc; */
/* TBD: Rparser only AmlGetCurrentLocation (&MthDesc); */
DEBUG_PRINT (ACPI_ERROR, (" [%s:%d, opcode = %s AML offset %04x]\n",
FileName, LineNum, PsGetOpcodeName (OpCode), NULL /*MthDesc.Method.Pcode*/));
FileName, LineNum, PsGetOpcodeName (OpCode), NULL));
if (GetDebugLevel () > 0)
{
DUMP_OPERANDS (Operands, IMODE_Execute, PsGetOpcodeName (OpCode),
NumOperands, "after PrepStack failed");
NumOperands, "after PrepStack failed");
}
}