Пример #1
0
        protected override void VisitLoadConstR8Instruction(LoadConstR8Instruction instruction)
        {
            var value = new CilValueFloat64(instruction.Value);

            ControlState.EvaluationStack.PushValue(value);

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