summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dsmthdat.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-04-14 02:10:27 +0000
committernjl <njl@FreeBSD.org>2004-04-14 02:10:27 +0000
commit3c67c2e8d58f25daaed0d50f5d4355084f1faf87 (patch)
tree9c760be068e0b25d22acbac5eaeba299b68429ff /sys/contrib/dev/acpica/dsmthdat.c
parent61c302fc074304c548f2de409a49f0c6c9564470 (diff)
downloadFreeBSD-src-3c67c2e8d58f25daaed0d50f5d4355084f1faf87.zip
FreeBSD-src-3c67c2e8d58f25daaed0d50f5d4355084f1faf87.tar.gz
Import ACPI-CA 20040402 distribution.
Diffstat (limited to 'sys/contrib/dev/acpica/dsmthdat.c')
-rw-r--r--sys/contrib/dev/acpica/dsmthdat.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/dsmthdat.c b/sys/contrib/dev/acpica/dsmthdat.c
index 2a49357..1498cf5 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: 77 $
+ * $Revision: 78 $
*
******************************************************************************/
@@ -760,11 +760,13 @@ AcpiDsStoreObjectToLocal (
NewObjDesc, CurrentObjDesc));
/*
- * Store this object to the Node
- * (perform the indirect store)
+ * Store this object to the Node (perform the indirect store)
+ * NOTE: No implicit conversion is performed, as per the ACPI
+ * specification rules on storing to Locals/Args.
*/
Status = AcpiExStoreObjectToNode (NewObjDesc,
- CurrentObjDesc->Reference.Object, WalkState);
+ CurrentObjDesc->Reference.Object, WalkState,
+ ACPI_NO_IMPLICIT_CONVERSION);
/* Remove local reference if we copied the object above */
OpenPOWER on IntegriCloud