From 3c67c2e8d58f25daaed0d50f5d4355084f1faf87 Mon Sep 17 00:00:00 2001 From: njl Date: Wed, 14 Apr 2004 02:10:27 +0000 Subject: Import ACPI-CA 20040402 distribution. --- sys/contrib/dev/acpica/dsmthdat.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/contrib/dev/acpica/dsmthdat.c') 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 */ -- cgit v1.1