mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Added PARSER_ONLY flag for acpidump utility
date 2000.02.16.18.04.00; author rmoore1; state Exp;
This commit is contained in:
parent
7425292ea4
commit
1a17f35c39
@ -163,7 +163,7 @@ PsDeleteCompletedOp (
|
||||
}
|
||||
|
||||
|
||||
#ifndef RING3_APPLICATION
|
||||
#ifndef PARSER_ONLY
|
||||
/*******************************************************************************
|
||||
*
|
||||
* FUNCTION: PsDeleteParseTree
|
||||
@ -753,7 +753,7 @@ PsParseTable (
|
||||
return_ACPI_STATUS (Status);
|
||||
}
|
||||
|
||||
#ifndef RING3_APPLICATION
|
||||
#ifndef PARSER_ONLY
|
||||
|
||||
DEBUG_PRINT (TRACE_PARSE, ("PsParseTable: Building Internal Namespace\n"));
|
||||
BREAKPOINT3;
|
||||
@ -770,6 +770,7 @@ BREAKPOINT3;
|
||||
DEBUG_PRINT (TRACE_PARSE, ("PsParseTable: Deleting Parsed Namespace\n"));
|
||||
BREAKPOINT3;
|
||||
|
||||
|
||||
PsDeleteParseTree (Gbl_ParsedNamespaceRoot);
|
||||
Gbl_ParsedNamespaceRoot = NULL;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user