Added type conversion when storing into an indexed item. Moved the

package and object to object copy routines from cmobject.c to iexecute.c.


date	2000.05.08.15.49.00;	author mwalz;	state Exp;
This commit is contained in:
aystarik 2005-06-29 20:15:50 +00:00
parent 2eae858687
commit 4fd52d0aa5

View File

@ -243,16 +243,6 @@ CmBuildInternalObject (
ACPI_OBJECT *Obj,
ACPI_OBJECT_INTERNAL *InternalObj);
ACPI_STATUS
CmCopyInternalSimpleObject (
ACPI_OBJECT_INTERNAL *SourceObj,
ACPI_OBJECT_INTERNAL *DestObj);
ACPI_STATUS
CmBuildCopyInternalPackageObject (
ACPI_OBJECT_INTERNAL *SourceObj,
ACPI_OBJECT_INTERNAL *DestObj);
/*
* CmSize - Object size routines
*/