Created new dispatcher subcomponent

date	2000.03.30.17.05.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:15:58 +00:00
parent 153d073ebf
commit 08e88cb650

View File

@ -116,6 +116,7 @@
#include <acpi.h>
#include <parser.h>
#include <dispatch.h>
#include <amlcode.h>
#include <namesp.h>
#include <parser.h>
@ -646,7 +647,7 @@ DbSetMethodData (
return;
}
PsxMthStackSetValue (MTH_TYPE_ARG, Index, ObjDesc);
DsMthStackSetValue (MTH_TYPE_ARG, Index, ObjDesc);
ObjDesc = WalkState->Arguments[Index].Object;
OsdPrintf ("Arg%d: ", Index);
DbDisplayInternalObject (ObjDesc);
@ -662,7 +663,7 @@ DbSetMethodData (
return;
}
PsxMthStackSetValue (MTH_TYPE_LOCAL, Index, ObjDesc);
DsMthStackSetValue (MTH_TYPE_LOCAL, Index, ObjDesc);
ObjDesc = WalkState->LocalVariables[Index].Object;
OsdPrintf ("Local%d: ", Index);
DbDisplayInternalObject (ObjDesc);