mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
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:
parent
2eae858687
commit
4fd52d0aa5
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user