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:
aystarik 2005-06-29 17:10:48 +00:00
parent d439c5f56b
commit a6fca77f3d

View File

@ -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;