Removed object and method stacks for the new parser

date	2000.01.24.21.36.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:00 +00:00
parent f7ef066980
commit 01798226b2

View File

@ -116,7 +116,7 @@
#define __CMALLOC_C__
#include <acpi.h>
#include <acpiobj.h>
#include <parser.h>
#include <interpreter.h>
#include <namespace.h>
#include <globals.h>
@ -524,11 +524,13 @@ CmDumpCurrentAllocations (
DEBUG_PRINT (TRACE_ALLOCATIONS | TRACE_TABLES,
("Total number of unfreed allocations = %d\n", i));
#if defined _RPARSER
DEBUG_PRINT (TRACE_ALLOCATIONS | TRACE_TABLES,
("Stack Ptrs: Obj=%d Mth=%d\n",
AmlObjStackLevel(), AmlMthStackLevel()));
PsxObjStackLevel(), PsxMthStackLevel()));
#endif
return_VOID;
}