Method args/locals are now stored as NTEs with objects in the

WALK_STATE


date	2000.01.27.22.20.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:15:48 +00:00
parent 4c9345d5bd
commit 334955afb9

View File

@ -393,6 +393,10 @@ PsCreateWalkState (
WalkState->Origin = Origin;
/* Init the method args/local */
PsxMthStackInit (WalkState);
/* Put the new state at the head of the walk list */
PsPushWalkState (WalkState, WalkList);