Update to new opcode class/type names

date	2001.10.08.22.36.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:40:31 +00:00
parent 6113c7fbb1
commit fd6aa02a08

View File

@ -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)))