protected override void VisitLoadConstR8Instruction(LoadConstR8Instruction instruction) { var value = new CilValueFloat64(instruction.Value); ControlState.EvaluationStack.PushValue(value); ControlState.MoveToNextInstruction(); }
protected abstract void VisitLoadConstR8Instruction(LoadConstR8Instruction instruction);