mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 07:29:20 +03:00
date 99.05.20.16.53.00; author rmoore1; state Exp;
This commit is contained in:
parent
1988bbbc62
commit
3fec7dab93
@ -1063,8 +1063,8 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
|
||||
(ThisEntry->Scope == (nte *) 0))
|
||||
{
|
||||
/*
|
||||
* more segments or the type implies enclosed scope,
|
||||
* and the next scope has not been allocated ...
|
||||
* More segments or the type implies enclosed scope,
|
||||
* and the next scope has not been allocated.
|
||||
*/
|
||||
|
||||
DEBUG_PRINT (ACPI_INFO, ("Load mode= %d ThisEntry= %x\n", LoadMode, ThisEntry));
|
||||
@ -1073,7 +1073,7 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
|
||||
{
|
||||
/* first or second pass load mode ==> locate the next scope */
|
||||
|
||||
DEBUG_PRINT (TRACE_NAMES, ("add level \n"));
|
||||
DEBUG_PRINT (TRACE_NAMES, ("Creating/adding a new scope\n"));
|
||||
ThisEntry->Scope = NsAllocateNteDesc (NS_DEFAULT_TABLE_SIZE);
|
||||
|
||||
if (!ThisEntry->Scope)
|
||||
@ -1103,10 +1103,7 @@ NsEnter (char *Name, NsType Type, OpMode LoadMode, NsHandle *RetHandle)
|
||||
}
|
||||
|
||||
|
||||
#ifdef NSLOGFILE
|
||||
OsdPrintf (LogFile, "%s = %08x size %d\n",
|
||||
Name, ThisEntry->Scope, NS_DEFAULT_TABLE_SIZE);
|
||||
#endif
|
||||
/* Scope table initialization */
|
||||
|
||||
if (MODE_Load1 == LoadMode || MODE_Load == LoadMode)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user