mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
release GL in every exit path in AcpiAmlCopyIntegerToFieldUnit
date 2001.03.15.19.29.00; author agrover; state Exp;
This commit is contained in:
parent
bb3ac62ea7
commit
e37b3dcc15
@ -2,7 +2,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: amstorob - AML Interpreter object store support, store to object
|
* Module Name: amstorob - AML Interpreter object store support, store to object
|
||||||
* $Revision: 1.26 $
|
* $Revision: 1.27 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -535,6 +535,7 @@ AcpiAmlCopyIntegerToFieldUnit (
|
|||||||
{
|
{
|
||||||
DEBUG_PRINT (ACPI_ERROR,
|
DEBUG_PRINT (ACPI_ERROR,
|
||||||
("AmlCopyIntegerToFieldUnit: FieldUnit: Implementation limitation - Field exceeds UINT32\n"));
|
("AmlCopyIntegerToFieldUnit: FieldUnit: Implementation limitation - Field exceeds UINT32\n"));
|
||||||
|
AcpiAmlReleaseGlobalLock (Locked);
|
||||||
return_ACPI_STATUS (AE_NOT_IMPLEMENTED);
|
return_ACPI_STATUS (AE_NOT_IMPLEMENTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user