mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Need to make the main table external
date 2002.04.25.17.43.00; author rmoore1; state Exp;
This commit is contained in:
parent
6dd0a37858
commit
0153c35134
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user