mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
Support for 2-pass load
date 2000.03.27.21.51.00; author rmoore1; state Exp;
This commit is contained in:
parent
b2b961ec13
commit
5b0e5bf825
@ -208,7 +208,7 @@ PsxExecBeginOp (
|
||||
* TBD: make this a temporary namespace object
|
||||
*/
|
||||
|
||||
Status = PsxLoadBeginOp (WalkState, Op);
|
||||
Status = PsxLoad2BeginOp (WalkState, Op);
|
||||
}
|
||||
break;
|
||||
|
||||
@ -539,7 +539,7 @@ PsxExecEndOp (
|
||||
if ((WalkState->Origin->Opcode == AML_MethodOp) &&
|
||||
(WalkState->Origin != Op))
|
||||
{
|
||||
PsxLoadEndOp (WalkState, Op);
|
||||
PsxLoad2EndOp (WalkState, Op);
|
||||
}
|
||||
|
||||
switch (Op->Opcode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user