From 57d47c3e7d65297d384517260fda28dbd74d2c1f Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:41:31 +0000 Subject: [PATCH] xface change date 2004.11.04.22.18.00; author rmoore1; state Exp; --- source/include/acinterp.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/include/acinterp.h b/source/include/acinterp.h index cb3501ada..21a49aa8f 100644 --- a/source/include/acinterp.h +++ b/source/include/acinterp.h @@ -1,7 +1,7 @@ /****************************************************************************** * * Name: acinterp.h - Interpreter subcomponent prototypes and defines - * $Revision: 1.154 $ + * $Revision: 1.155 $ * *****************************************************************************/ @@ -559,12 +559,13 @@ AcpiExResolveObjectToValue ( /* - * exdump - Scanner debug output routines + * exdump - Interpreter debug output routines */ void AcpiExDumpOperand ( - ACPI_OPERAND_OBJECT *EntryDesc); + ACPI_OPERAND_OBJECT *ObjDesc, + UINT32 Depth); void AcpiExDumpOperands (