Need to make the main table external

date	2002.04.25.17.43.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:05:42 +00:00
parent 6dd0a37858
commit 0153c35134

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psopcode - Parser/Interpreter opcode information table
* $Revision: 1.68 $
* $Revision: 1.69 $
*
*****************************************************************************/
@ -539,7 +539,7 @@
*/
static const ACPI_OPCODE_INFO AcpiGbl_AmlOpInfo[] =
const ACPI_OPCODE_INFO AcpiGbl_AmlOpInfo[AML_NUM_OPCODES] =
{
/*! [Begin] no source code translation */
/* Index Name Parser Args Interpreter Args ObjectType Class Type Flags */
@ -844,4 +844,3 @@ AcpiPsGetOpcodeName (
#endif
}