From 5b0e5bf825f9fdce785843bdc33bf42e2f9d77c6 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 17:10:52 +0000 Subject: [PATCH] Support for 2-pass load date 2000.03.27.21.51.00; author rmoore1; state Exp; --- source/components/dispatcher/dswexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/dispatcher/dswexec.c b/source/components/dispatcher/dswexec.c index e7c149995..0a7b3fc17 100644 --- a/source/components/dispatcher/dswexec.c +++ b/source/components/dispatcher/dswexec.c @@ -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)