diff options
author | iwasaki <iwasaki@FreeBSD.org> | 2002-11-27 18:07:48 +0000 |
---|---|---|
committer | iwasaki <iwasaki@FreeBSD.org> | 2002-11-27 18:07:48 +0000 |
commit | 2b17a8d498a3e4598c19121ab1fad3e7ced2c699 (patch) | |
tree | 89c585f017c40c50fe733a43a36a8a10779f75f5 /sys/contrib/dev/acpica/dsmthdat.c | |
parent | 3b2a4f1cbea5e9139e6d4710e31efedef37247ac (diff) | |
download | FreeBSD-src-2b17a8d498a3e4598c19121ab1fad3e7ced2c699.zip FreeBSD-src-2b17a8d498a3e4598c19121ab1fad3e7ced2c699.tar.gz |
Vendor import of the Intel ACPI CA 20021118 drop.
Approved by: re
Diffstat (limited to 'sys/contrib/dev/acpica/dsmthdat.c')
-rw-r--r-- | sys/contrib/dev/acpica/dsmthdat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dsmthdat.c b/sys/contrib/dev/acpica/dsmthdat.c index e466158..301cadb 100644 --- a/sys/contrib/dev/acpica/dsmthdat.c +++ b/sys/contrib/dev/acpica/dsmthdat.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dsmthdat - control method arguments and local variables - * $Revision: 63 $ + * $Revision: 64 $ * ******************************************************************************/ @@ -722,7 +722,7 @@ AcpiDsStoreObjectToLocal ( * If we have a valid reference object that came from RefOf(), do the * indirect store */ - if ((CurrentObjDesc->Common.Type == INTERNAL_TYPE_REFERENCE) && + if ((CurrentObjDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) && (CurrentObjDesc->Reference.Opcode == AML_REF_OF_OP)) { ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, |