示例#1
0
        protected override void VisitLoadConstI4M1Instruction(LoadConstI4M1Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(-1);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
 protected abstract void VisitLoadConstI4M1Instruction(LoadConstI4M1Instruction instruction);