protected override void VisitLoadConstI4ShortInstruction(LoadConstI4ShortInstruction instruction)
        {
            var stackVal = new CilStackValueInt32(instruction.Value);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
Beispiel #2
0
 protected abstract void VisitLoadConstI4ShortInstruction(LoadConstI4ShortInstruction instruction);