mirror of
https://github.com/acpica/acpica/
synced 2025-02-16 05:24:36 +03:00
Fix for scope problem for aliased methods
date 2004.03.26.22.32.00; author rmoore1; state Exp;
This commit is contained in:
parent
c077fc7a9d
commit
d214b7c26a
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Module Name: exstoren - AML Interpreter object store support,
|
||||
* Store to Node (namespace object)
|
||||
* $Revision: 1.58 $
|
||||
* $Revision: 1.59 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -217,6 +217,7 @@ AcpiExResolveObject (
|
||||
|
||||
|
||||
case ACPI_TYPE_LOCAL_ALIAS:
|
||||
case ACPI_TYPE_LOCAL_METHOD_ALIAS:
|
||||
|
||||
/*
|
||||
* Aliases are resolved by AcpiExPrepOperands
|
||||
|
Loading…
x
Reference in New Issue
Block a user