Exemplo n.º 1
0
        protected override void VisitLoadConstR8Instruction(LoadConstR8Instruction instruction)
        {
            var value = new CilValueFloat64(instruction.Value);

            ControlState.EvaluationStack.PushValue(value);

            ControlState.MoveToNextInstruction();
        }
Exemplo n.º 2
0
 protected abstract void VisitLoadConstR8Instruction(LoadConstR8Instruction instruction);