mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
Dispatcher: Remove unnecessary call to debugger
This call was simply wrong, and resulted in a -1 index into the operand stack. Linux kernel bugzilla #120351
This commit is contained in:
parent
9bf3d95950
commit
eaa455accf
@ -791,12 +791,6 @@ AcpiDsCreateOperand (
|
||||
if ((OpInfo->Flags & AML_HAS_RETVAL) ||
|
||||
(Arg->Common.Flags & ACPI_PARSEOP_IN_STACK))
|
||||
{
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH,
|
||||
"Argument previously created, already stacked\n"));
|
||||
|
||||
AcpiDbDisplayArgumentObject (
|
||||
WalkState->Operands [WalkState->NumOperands - 1], WalkState);
|
||||
|
||||
/*
|
||||
* Use value that was already previously returned
|
||||
* by the evaluation of this argument
|
||||
|
Loading…
x
Reference in New Issue
Block a user