mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
Alias creation not done here, done in load module
date 2000.03.13.22.20.00; author rmoore1; state Exp;
This commit is contained in:
parent
d439c5f56b
commit
a6fca77f3d
@ -562,13 +562,8 @@ PsxExecEndOp (
|
||||
|
||||
case AML_AliasOp:
|
||||
|
||||
Status = PsxCreateOperands (WalkState, FirstArg);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
break;
|
||||
}
|
||||
/* Alias creation was already handled by call to psxload above */
|
||||
|
||||
Status = AmlExecCreateAlias (&WalkState->Operands [WalkState->NumOperands -1]);
|
||||
break;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user