changed debugger-related DEBUG_EXECs to DEBUGGER_EXEC. This

distinction will remove dependency on debugger directory under Linux


date	2000.08.29.22.23.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:01:42 +00:00
parent 4d54146ee5
commit 4674feb45c

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: dsmethod - Parser/Interpreter interface - control method parsing
* $Revision: 1.47 $
* $Revision: 1.48 $
*
*****************************************************************************/
@ -243,7 +243,7 @@ AcpiDsParseMethod (
OwnerId = AcpiCmAllocateOwnerId (OWNER_TYPE_METHOD);
ObjDesc->Method.OwningId = OwnerId;
DEBUG_EXEC (AcpiDbGenerateStatistics (Op, 1));
DEBUGGER_EXEC (AcpiDbGenerateStatistics (Op, 1));
DEBUG_PRINT (ACPI_INFO,
("DsParseMethod: **** [%4.4s] Parsed **** NamedObj=%p Op=%p\n",