mirror of
https://github.com/acpica/acpica/
synced 2025-02-12 11:34:42 +03:00
Display all Args - they can be used as locals
date 2002.11.19.22.59.00; author rmoore1; state Exp;
This commit is contained in:
parent
b04a6c5f84
commit
9042530261
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
*
|
||||
* Module Name: dbdisply - debug display commands
|
||||
* $Revision: 1.81 $
|
||||
* $Revision: 1.82 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -843,7 +843,7 @@ AcpiDbDisplayArguments (void)
|
||||
AcpiOsPrintf ("Method [%4.4s] has %X arguments, max concurrency = %X\n",
|
||||
Node->Name.Ascii, NumArgs, Concurrency);
|
||||
|
||||
for (i = 0; i < NumArgs; i++)
|
||||
for (i = 0; i < MTH_NUM_ARGS; i++)
|
||||
{
|
||||
ObjDesc = WalkState->Arguments[i].Object;
|
||||
AcpiOsPrintf ("Arg%d: ", i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user