mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
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:
parent
4c9345d5bd
commit
334955afb9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user