예제 #1
0
        public override void Compile(Execution.VM.ByteCode bc)
        {
            bc.Emit_Clean(m_StackFrame);

            Address = bc.GetJumpPointForLastInstruction();

            foreach (var gotostat in m_Gotos)
            {
                gotostat.SetAddress(this.Address);
            }
        }