mirror of
https://github.com/acpica/acpica/
synced 2025-03-06 06:11:32 +03:00
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:
parent
4d54146ee5
commit
4674feb45c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user