summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dsmthdat.c
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2002-11-27 18:07:48 +0000
committeriwasaki <iwasaki@FreeBSD.org>2002-11-27 18:07:48 +0000
commit10fb1b40ac2c40a3ce01db48e82a02380186cda2 (patch)
tree7e1248720e7c1c31fedb0a3ab46b79376d860c38 /sys/contrib/dev/acpica/dsmthdat.c
parent2897e2728d2060055931ead3c876fadfc0eb41e0 (diff)
parent2b17a8d498a3e4598c19121ab1fad3e7ced2c699 (diff)
downloadFreeBSD-src-10fb1b40ac2c40a3ce01db48e82a02380186cda2.zip
FreeBSD-src-10fb1b40ac2c40a3ce01db48e82a02380186cda2.tar.gz
This commit was generated by cvs2svn to compensate for changes in r107325,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/dsmthdat.c')
-rw-r--r--sys/contrib/dev/acpica/dsmthdat.c4
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,
OpenPOWER on IntegriCloud