Пример #1
0
        protected override void VisitLoadConstI8Instruction(LoadConstI8Instruction instruction)
        {
            var stackVal = new CilStackValueInt64(instruction.Value);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
Пример #2
0
 protected abstract void VisitLoadConstI8Instruction(LoadConstI8Instruction instruction);