Split opcode flags into separate class/type/flags fields

date	2001.10.09.17.26.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:18:59 +00:00
parent 310af4b9e9
commit 486572147d

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbdisply - debug display commands
* $Revision: 1.55 $
* $Revision: 1.56 $
*
******************************************************************************/
@ -656,7 +656,7 @@ AcpiDbDisplayMethodInfo (
/* Decode the opcode */
OpInfo = AcpiPsGetOpcodeInfo (Op->Opcode);
switch (ACPI_GET_OP_CLASS (OpInfo))
switch (OpInfo->Class)
{
case AML_CLASS_ARGUMENT:
if (CountRemaining)