mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Removed TBDs
date 2000.06.05.17.56.00; author rmoore1; state Exp;
This commit is contained in:
parent
f32529ff47
commit
ae1def463d
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user