mirror of
https://github.com/acpica/acpica/
synced 2025-02-06 08:34:19 +03:00
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:
parent
310af4b9e9
commit
486572147d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user