mirror of
https://github.com/acpica/acpica/
synced 2025-03-11 00:31:53 +03:00
Update to new opcode class/type names
date 2001.10.08.22.36.00; author rmoore1; state Exp;
This commit is contained in:
parent
6113c7fbb1
commit
fd6aa02a08
@ -2,7 +2,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: aslanalyze.c - check for semantic errors
|
* Module Name: aslanalyze.c - check for semantic errors
|
||||||
* $Revision: 1.43 $
|
* $Revision: 1.44 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -1172,18 +1172,10 @@ AnSemanticAnalysisWalkEnd (
|
|||||||
|
|
||||||
switch (OpcodeClass)
|
switch (OpcodeClass)
|
||||||
{
|
{
|
||||||
case OPTYPE_MONADIC2:
|
case AML_CLASS_EXECUTE:
|
||||||
case OPTYPE_MONADIC2R:
|
case AML_CLASS_CREATE:
|
||||||
case OPTYPE_DYADIC2:
|
case AML_CLASS_CONTROL:
|
||||||
case OPTYPE_DYADIC2R:
|
case AML_CLASS_RETURN_VALUE:
|
||||||
case OPTYPE_DYADIC_T21:
|
|
||||||
case OPTYPE_TRIADIC:
|
|
||||||
case OPTYPE_QUADRADIC:
|
|
||||||
case OPTYPE_HEXADIC:
|
|
||||||
case OPTYPE_CREATE_FIELD:
|
|
||||||
case OPTYPE_RECONFIGURATION:
|
|
||||||
case OPTYPE_CONTROL:
|
|
||||||
case OPTYPE_RETURN:
|
|
||||||
|
|
||||||
RuntimeArgTypes2 = 0;
|
RuntimeArgTypes2 = 0;
|
||||||
while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes)))
|
while ((ArgType = GET_CURRENT_ARG_TYPE (RuntimeArgTypes)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user