Transfer stackobjid to new stack frame.

This commit is contained in:
Nahuel Rocchetti 2023-08-21 23:44:44 -03:00
parent 9710bc5f04
commit 524d0b797d

View file

@ -121,6 +121,7 @@ namespace OpenTS2.SimAntics
return null;
var newStackFrame = new VMStackFrame(bhav, Stack);
newStackFrame.StackObjectID = ctx.StackFrame.StackObjectID;
GoSubFormat format = GoSubFormat.PassTemps;