mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 14:29:18 +03:00
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:
parent
f7ef066980
commit
01798226b2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user