mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
update comments
date 2004.11.16.21.54.00; author rmoore1; state Exp;
This commit is contained in:
parent
1f93020d80
commit
eaf705049c
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exoparg2 - AML execution - opcodes with 2 arguments
|
||||
* $Revision: 1.127 $
|
||||
* $Revision: 1.129 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -504,7 +504,7 @@ AcpiExOpcode_2A_1T_1R (
|
||||
Index = (UINT32) Operand[1]->Integer.Value;
|
||||
|
||||
/*
|
||||
* At this point, the Source operand is either a Package or a Buffer
|
||||
* At this point, the Source operand is a Package, Buffer, or String
|
||||
*/
|
||||
if (ACPI_GET_OBJECT_TYPE (Operand[0]) == ACPI_TYPE_PACKAGE)
|
||||
{
|
||||
@ -525,7 +525,7 @@ AcpiExOpcode_2A_1T_1R (
|
||||
}
|
||||
else
|
||||
{
|
||||
/* Object to be indexed is a Buffer */
|
||||
/* Object to be indexed is a Buffer/String */
|
||||
|
||||
if (Index >= Operand[0]->Buffer.Length)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user