mirror of
https://github.com/acpica/acpica/
synced 2025-03-06 06:11:32 +03:00
Call to debugger for statistics gathering
date 2000.04.26.21.27.00; author rmoore1; state Exp;
This commit is contained in:
parent
7f7b04db83
commit
79fc433e27
@ -123,6 +123,7 @@
|
|||||||
#include <interp.h>
|
#include <interp.h>
|
||||||
#include <namesp.h>
|
#include <namesp.h>
|
||||||
#include <tables.h>
|
#include <tables.h>
|
||||||
|
#include <debugger.h>
|
||||||
|
|
||||||
|
|
||||||
#define _COMPONENT DISPATCHER
|
#define _COMPONENT DISPATCHER
|
||||||
@ -222,6 +223,9 @@ DsParseMethod (
|
|||||||
ObjDesc->Method.ParserOp = Op;
|
ObjDesc->Method.ParserOp = Op;
|
||||||
ObjDesc->Method.OwningId = OwnerId;
|
ObjDesc->Method.OwningId = OwnerId;
|
||||||
|
|
||||||
|
DEBUG_EXEC (DbGenerateStatistics (Op, 1));
|
||||||
|
|
||||||
|
|
||||||
DEBUG_PRINT (ACPI_INFO, ("DsParseMethod: **** [%4.4s] Parsed **** Nte=%p Op=%p\n",
|
DEBUG_PRINT (ACPI_INFO, ("DsParseMethod: **** [%4.4s] Parsed **** Nte=%p Op=%p\n",
|
||||||
&((NAME_TABLE_ENTRY *)ObjHandle)->Name, ObjHandle, Op));
|
&((NAME_TABLE_ENTRY *)ObjHandle)->Name, ObjHandle, Op));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user