mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Fixed a comment
date 2001.11.30.22.19.00; author rmoore1; state Exp;
This commit is contained in:
parent
2083668c03
commit
692181cc1c
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: psopcode - Parser/Interpreter opcode information table
|
||||
* $Revision: 1.54 $
|
||||
* $Revision: 1.55 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -540,7 +540,7 @@
|
||||
|
||||
static const ACPI_OPCODE_INFO AcpiGbl_AmlOpInfo[] =
|
||||
{
|
||||
/* Index Name Parser Args Interpreter Args Class Type Flags */
|
||||
/* Index Name Parser Args Interpreter Args ObjectType Class Type Flags */
|
||||
|
||||
/* 00 */ ACPI_OP ("Zero", ARGP_ZERO_OP, ARGI_ZERO_OP, INTERNAL_TYPE_REFERENCE, AML_CLASS_ARGUMENT, AML_TYPE_CONSTANT, 0),
|
||||
/* 01 */ ACPI_OP ("One", ARGP_ONE_OP, ARGI_ONE_OP, INTERNAL_TYPE_REFERENCE, AML_CLASS_ARGUMENT, AML_TYPE_CONSTANT, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user